Mathematica Problem
Mathematica Problem
ID: B180302069
6.1
6.2
6.3
In[1]:= equation = x ^ 4 - 16 x ^ 3 + 61 x ^ 2 - 22 x - 12 == 0;
Solve[equation]
Out[2]= x → 3 - 5 , x → 3 + 5 , x → 5 - 2 7 , x → 5 + 2 7
In[3]:= NSolve[equation]
Out[3]= {{x → - 0.291503}, {x → 0.763932}, {x → 5.23607}, {x → 10.2915}}
6.4
1 1 1
Out[ ]= w → (5 + 4 z), x → - - z, y → 9 - 4 z
4 2 4
6.5
2 4E1404B1-648B-41B6-B90A-292AF89A88E0.nb
6.6
6.7
6.8
4E1404B1-648B-41B6-B90A-292AF89A88E0.nb 3
300
200
100
Out[ ]=
-10 -5 5 10
-100
-200
-300
In[ ]:= % // N
Out[ ]= {{2., 4.}, {- 1.3589, 1.84661}, {7.3589, 54.1534}}
6.9
6.10
6.11
4 4E1404B1-648B-41B6-B90A-292AF89A88E0.nb
10
-3 -2 -1 1 2 3
Out[ ]=
-10
-20
-30
6.12
6.13
4E1404B1-648B-41B6-B90A-292AF89A88E0.nb 5
-10 -5 5 10
Out[ ]=
-5
-10
-15
6.14
6 4E1404B1-648B-41B6-B90A-292AF89A88E0.nb
Out[ ]=
10
Out[ ]=
-4 -2 2 4
-5
-10
4E1404B1-648B-41B6-B90A-292AF89A88E0.nb 7
6.15
In[ ]:=
2
Out[ ]=
-8 -6 -4 -2 2
-2
-4
-6
6.16
8 4E1404B1-648B-41B6-B90A-292AF89A88E0.nb
10
-15 -10 -5 5 10 15
Out[ ]=
-5
-10
-15
6.17