Samuel W. Flint преди 6 години
родител
ревизия
0b5828e59b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      larcs.org

+ 1 - 1
larcs.org

@@ -1269,7 +1269,7 @@ A Polynomial Term is a bit more complex than the previous two, the rewrite rule
 
  - The power is equal to 1. :: The coefficient is returned.
  - The power is equal to 2. :: The coefficient times the variable (in symbolic form) is returned.
- - The power is greater than 2. :: This comes in the form of $(nm)x^{^}{(n-1)}$.
+ - The power is greater than 2. :: This comes in the form of $(nm)x^{(n-1)}$.
 
 #+Caption: Polynomial Terms
 #+Name: sd-polynomial-terms