Feeds
提问
Can anyone calculate the determinant of this symbolic matrix? please ...
I have a 48x48 symbolic matrix. I want to calculate the determinant of it. i used det function,but after 2 days it coudnt cal...
10 years 前 | 2 个回答 | 0
2
个回答提问
Extracting polynomial coefficients from function handle
I have an unknown large polynomial function handle. for example: f=@(x) 1234*x^2000+654*x^1982+.... I want to extract its co...
10 years 前 | 1 个回答 | 0
1
个回答提问
How can i use integral2 for a vector-valued function ? help please...
for example i wrote this code: % f=@(x,y)x+y; g=@(x,y)x^2+y^2; h=@(x,y)x/y+y/x; w=@(x,y)sin(x)+cos(y); box=@(x,y)[f(x,y...
10 years 前 | 1 个回答 | 0
1
个回答提问
how can i use integral2 for a vector-valued function ?
for example i wrote this code: % code f=@(x,y)x+y; g=@(x,y)x^2+y^2; h=@(x,y)x/y+y/x; w=@(x,y)sin(x)+cos(y); box=@(x,y)[...
10 years 前 | 1 个回答 | 0
