|
jaloux3 |

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 01.11.2012, 12:29
Titel: chebyshev polynom
|
 |
ich möchte mit matlab die Spannungen berechnen durch Gauss-Chebyshev Quadratur, da sind aber die Vorfaktoren aj von Chebyshev Polynom unbekannt .
|
|
|
|
|
MaFam |

Forum-Meister
|
 |
Beiträge: 799
|
 |
|
 |
Anmeldedatum: 02.05.12
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: R2009b
|
 |
|
|
 |
|
Verfasst am: 01.11.2012, 14:31
Titel:
|
 |
Hallo,
meinst du Chebyshev Polynome der 1. oder 2. Art? Meinst du die Koeffizienten der Polynome, oder meinst du die Gewichte der Summe, die das Integral approximiert?
Grüße, Marc
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 01.11.2012, 16:13
Titel:
|
 |
hallo,
hier ist die Funkion, die ich mit Gauss-Chebyshev Quadrature in matlab lösen wollte.
Die Vorfaktoren von chebyshev polynom 1. Art und sind unbekannt.
|
|
|
MaFam |

Forum-Meister
|
 |
Beiträge: 799
|
 |
|
 |
Anmeldedatum: 02.05.12
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: R2009b
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 09:04
Titel:
|
 |
Das ist ja mal ein "Klopper". Sehe ich das richtig, dass es sich um mehrdimensionale Integration handelt?
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 11:06
Titel:
|
 |
I want to solve and plot the following function with Gauss-Chebyshev quadrature using Matlab code:
where the integration points are:
i=1...N
i=1...N-1
the weights
ich möchte die Chebyshev-Funktion in MatLAB lösen aber ich bin blutiger Anfänger in matlab.
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 11:14
Titel:
|
 |
my task is to evaluate the unknown coefficients
using MatLAB
|
|
|
MaFam |

Forum-Meister
|
 |
Beiträge: 799
|
 |
|
 |
Anmeldedatum: 02.05.12
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: R2009b
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 11:25
Titel:
|
 |
What is the function, the integrand, you are about to calculate the definite integral? Be aware of the general structure of an integrand using the Chebyshev-Gauss Quadrature. It must be something like 1/sqrt(1-x^2)*f(x) where 1/sqrt(1-x^2) is called the weight.
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 14:09
Titel:
|
 |
(integrals are from -1 to +1)
this equation may be solved by the Gauss-Chebyshev integration formulae:
assume that can be appoximated by the fallowing truncated series:
so that the integral now reads
|t|<1
and my task is to evaluate the unknown coefficients . The integral may be evaluated through the relation :
for j=0 : \
[for j>0 : so that
we next note the fallowing relation :
for j=0
for 0<j<N :
where the points are the N roots of and the points are the roots of . It follows that
where the integration points are:
i=1...N
i=1...N-1
the weights
Note that the integration has been reduced to the sum and weights and the integration points s_{i} are the same as used as in the standard Gaussian quadrature formula.
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 14:16
Titel:
|
 |
das war eine Entführung in Chebyshev Polynom, die ich (blutiger Anfänger) in matlab lösen muss.
|
|
|
MaFam |

Forum-Meister
|
 |
Beiträge: 799
|
 |
|
 |
Anmeldedatum: 02.05.12
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: R2009b
|
 |
|
|
 |
|
Verfasst am: 02.11.2012, 14:40
Titel:
|
 |
Let's have a look at .
We assume that and are given. That leads to m equations in case there are m different t_k. It's your task to evaluate the unknown coefficients a_j. Therefor you can solve a linear system of equations. Do you agree?
|
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 03.11.2012, 13:37
Titel:
|
 |
yes i agree,
but i need it in matlab, can you help me to solve it in matlab.
|
|
|
MaFam |

Forum-Meister
|
 |
Beiträge: 799
|
 |
|
 |
Anmeldedatum: 02.05.12
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: R2009b
|
 |
|
|
 |
|
Verfasst am: 03.11.2012, 13:58
Titel:
|
 |
|
|
jaloux3 |
Themenstarter

Forum-Newbie
|
 |
Beiträge: 9
|
 |
|
 |
Anmeldedatum: 01.11.12
|
 |
|
 |
Wohnort: fulda
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 04.11.2012, 10:13
Titel:
|
 |
Hallo;
für das Gleichungssystem mit mehreren variablen
.
wo
und bekannt
und
unbekannt.
wie kann ich bitte dieses Gleichungssystem
= \
in MatLAB lösen.
mir fehlt Code.
|
|
|
|
|
Einstellungen und Berechtigungen
|
|
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2025
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.
|
|