Book
Linear Algebra
Author
Gilbert Strang
Edition
a=vector([2,-2,1]) b=vector([1,2,2]) arccos ((a.dot_product(b))/norm(a)*norm(b))
Solution by:
<manisha>, <student>, <SNIST>
<deepthi>, <student>, <SNIST>
Book |
Linear Algebra |
Author |
Gilbert Strang |
Edition |
|
a=vector([2,-2,1]) b=vector([1,2,2]) arccos ((a.dot_product(b))/norm(a)*norm(b))
Solution by:
<manisha>, <student>, <SNIST>
<deepthi>, <student>, <SNIST>