Hilfe bei Rekursion < Matlab < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) überfällig | Datum: | 15:50 Do 06.05.2010 | Autor: | Ultio |
Ich möchte gerne eine von n abhängige Rekursion für die Legendre- Polynome auftsellen
p1=inline('x');
p2=inline('(3/2)*x.^2-(1/2)');
p3=inline('(5/2)*x.^3-(3/2)*x');
p4=inline('(35/8)*x.^4 - (15/4)*x.^2+(3/8)');
if (n==0)
return;
end;
und jetzt würde der Teil ja kommen, aber habe das schon stunden ausprobiert ich komme einfach nicht darauf, dass es endlich vernünftig funktioniert.
Kann mir da jemand bitte helfen?
Gruß
Felix
DANKESCHÖN
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 16:20 Sa 08.05.2010 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|