You are on page 1of 1

> restart:

> with(LinearAlgebra):
> g(x):=x^3-7*x-6;
>
> factor(x^3-7*x-6);
> solve(g(x),x);
> subs(x=-1,g(x));
>

g( x ) := x37 x6

( x3 ) ( x2 ) ( x1 )

-1, -2, 3
0

You might also like