Community Profile

photo

meysam esmaeeli


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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)[...

8 years ago | 1 answer | 0

1

answer