Feeds
提问
How do I find values that make up a desired linear combination of vectors?
I have 2 vectors A = [2 -1 2 1 0] B = [-1 1 1 0 1] how can i get the 2 numbers x and y such that x*Ai + y*Bi gives me any v...
9 years 前 | 2 个回答 | 0
2
个回答提问
The solve function error
When i try to run the following function i get the error '8 variables does not match 9 outputs' [a,b,c,d,e,f,g,h,i] = solve...
10 years 前 | 1 个回答 | 0
