diff --git a/11/Solution #11/exercise2.PNG b/11/Solution #11/exercise2.PNG new file mode 100644 index 0000000..762f56f Binary files /dev/null and b/11/Solution #11/exercise2.PNG differ diff --git a/11/Solution #11/exercise2.txt b/11/Solution #11/exercise2.txt new file mode 100644 index 0000000..72acb80 --- /dev/null +++ b/11/Solution #11/exercise2.txt @@ -0,0 +1,21 @@ ++ Encuentra las raíces de la ecuación x ^ 3-21x + 20 = 0 + +Commands: +========= +eq1: x^3 -21*x+20=0; + +solve(eq1,x); + +Solution: +========= +(%i1) eq1: x^3 -21*x+20=0; + 3 +(%o1) x - 21 x + 20 = 0 +(%i2) solve(eq1,x); +(%o2) [x = 1, x = 4, x = - 5] +(%i3) + + +Link to solution: +================= +http://maxima-online.org/?inc=r243085663 \ No newline at end of file