help regarding ((differen​tiation-1)​^n)*x^n

조회 수: 1 (최근 30일)
samriti bali
samriti bali 2018년 7월 23일
댓글: Aarti Dwivedi 2018년 7월 23일
how to simulate this equation in matlab....i am getting error 'unexpected matlab equation'.... 1/factorial(n)((d/dx-1)^n)*x^n
  댓글 수: 7
samriti bali
samriti bali 2018년 7월 23일
https://en.wikipedia.org/wiki/Laguerre_polynomials
Aarti Dwivedi
Aarti Dwivedi 2018년 7월 23일
Why don't you write the code yourself and then ask for help instead of pointing to an equation and asking people to write it for you? What do you mean when you say "no code, just want to type this equation in matlab and check its output"? You can check the output of any formula by breaking it down into smaller parts that a computer can compute. For this particular case, you would need to break it into factorial calculation, binomial expansion, differentiation, creating the interval of evaluation. Parts of what you need are already built into MATLAB, some you may have to write yourself. Once you have done THAT, then we can help with the difficulties you are facing.

댓글을 달려면 로그인하십시오.

채택된 답변

Aarti Dwivedi
Aarti Dwivedi 2018년 7월 23일
laguerreL can generate Laguerre polynomial and function for you, since that is what you are looking for, as per your comments.
  댓글 수: 3
samriti bali
samriti bali 2018년 7월 23일
thanks a lot ma'm....laguerreL has really helped me...will take care of ur points in future...
Aarti Dwivedi
Aarti Dwivedi 2018년 7월 23일
If the answer helped you, click on "accept answer".

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by