Feeds
已回答
Two graphs at the same time
use 'figure()' when you need further plots in different figure. for eg, figure(1) plot(x1,y1) hold on; figure(2) plot(x2,y...
Two graphs at the same time
use 'figure()' when you need further plots in different figure. for eg, figure(1) plot(x1,y1) hold on; figure(2) plot(x2,y...
7 years 前 | 0
提问
eigen values of genralised symbolic matrix
Can we find out eigen values of genralised symbolic matrix like AX = LBX?, where A and B are matrix and L is eigen value
7 years 前 | 2 个回答 | 0
2
个回答提问
legendre function of second kind
I am wondering if matlab have inbult function to compute legendre function of second kind like mathematica have LegendreQ.
7 years 前 | 2 个回答 | 0
2
个回答提问
orthonormal basis of given function
Hello all, How can i write code for finding orthonormal basis functions for polynomial functions, if i dont want to use symboli...
7 years 前 | 0 个回答 | 0
0
个回答提问
Gram schmidth of polynomial
Hello All, Can we determine ortho-normal basis vectors for polynomial functions series, like f(x) =[x, x^2, x^4.......x^100]. ...
7 years 前 | 1 个回答 | 0
1
个回答已回答
eigen values of genralised symbolic matrix
Thanks, given code looks more promising will give it a shot, also i tried following method, I am getting matrix of n*n in whic...
eigen values of genralised symbolic matrix
Thanks, given code looks more promising will give it a shot, also i tried following method, I am getting matrix of n*n in whic...
7 years 前 | 0
| 已接受

