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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 0
| 採用済み

