Partial Fractions

Author: John J Weber III, PhD Corresponding Textbook Sections:

Prerequisite Knowledge

This section contains the specific content from previous courses that you may need for CPT_06_Partial_Fractions.

Algebra

Factoring Expressions

Use Technology to Factor Expressions

NOTE: On Assessments, you may use of technology to factor expressions without showing any work.

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: https://www.jjw3.com/Common_Mathematica_Code.html.

  2. Factor[ ] has one arguments:

    1. The expression to be factored.
  3. For help on using the Factor[ ] function:

    1. In Mathematica, execute the code: ?Factor
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the Factor[ ] function – you will be able to copy-paste code.
  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Python

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Python syntax is located at: https://www.jjw3.com/Common_Python_Code.html.
  2. Python requires for explicit multiplication.
  3. Python requires for exponentiation, e.g., x3 is x**3.
  4. Remember to use parens ( and )​ to group factors consisting of multiple terms.
  5. You can use pprint(factor(8x*3-1)) for pretty print.
  6. To execute code, press the “View the result” button:

Rational Exponents

xab=xab

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Monday, 06 September 2021 - 12:36 (EDT)