Feeds
提问
How to check a particular vector is a solution without Matlab.
Le'ts say you have this matrix and this vector how can I check that x = (1,1,1,1,1,) of size N is a soution of Ax...
6 years 前 | 0 个回答 | 0
0
个回答提问
Matlab returns different values with two equivalent functions
Let's say I have two functions: f = @(x) (1.01.*exp(4.*x) - 4.62.*exp(3.*x) - 3.11.*exp(2.*x) + 12.2.*exp(x) - 1.99) F = @(x) ...
6 years 前 | 1 个回答 | 0
