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
| 수락됨

