matheraum.de
Raum für Mathematik
Offene Informations- und Nachhilfegemeinschaft

Für Schüler, Studenten, Lehrer, Mathematik-Interessierte.
Hallo Gast!einloggen | registrieren ]
Startseite · Forum · Wissen · Kurse · Mitglieder · Team · Impressum
Forenbaum
^ Forenbaum
Status Schulmathe
  Status Primarstufe
  Status Mathe Klassen 5-7
  Status Mathe Klassen 8-10
  Status Oberstufenmathe
    Status Schul-Analysis
    Status Lin. Algebra/Vektor
    Status Stochastik
    Status Abivorbereitung
  Status Mathe-Wettbewerbe
    Status Bundeswettb. Mathe
    Status Deutsche MO
    Status Internationale MO
    Status MO andere Länder
    Status Känguru
  Status Sonstiges

Gezeigt werden alle Foren bis zur Tiefe 2

Navigation
 Startseite...
 Neuerdings beta neu
 Forum...
 vorwissen...
 vorkurse...
 Werkzeuge...
 Nachhilfevermittlung beta...
 Online-Spiele beta
 Suchen
 Verein...
 Impressum
Das Projekt
Server und Internetanbindung werden durch Spenden finanziert.
Organisiert wird das Projekt von unserem Koordinatorenteam.
Hunderte Mitglieder helfen ehrenamtlich in unseren moderierten Foren.
Anbieter der Seite ist der gemeinnützige Verein "Vorhilfe.de e.V.".
Partnerseiten
Weitere Fächer:

Open Source FunktionenplotterFunkyPlot: Kostenloser und quelloffener Funktionenplotter für Linux und andere Betriebssysteme
StartseiteMatheForenMatlabMatlab
Foren für weitere Schulfächer findest Du auf www.vorhilfe.de z.B. Geschichte • Erdkunde • Sozialwissenschaften • Politik/Wirtschaft
Forum "Matlab" - Matlab
Matlab < Matlab < Mathe-Software < Mathe < Vorhilfe
Ansicht: [ geschachtelt ] | ^ Forum "Matlab"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien

Matlab: Ruckfrage
Status: (Frage) beantwortet Status 
Datum: 13:39 Do 23.03.2006
Autor: Yaya

Aufgabe 1
To find the zero(s) of a function

Aufgabe 2
Problem with fzero function in Matlab

Hello,
I have the following problem with Matlab and I would be very happy if anyone could help me:

I use  fzero to find the zero of a function  gamma(N).
This works without any problems.
I now want to introduce another variable alpha so that the function gamma depends on two variables N and alpha. In other words, for a given value of alpha, I want to find N* so that  gamma(N*)=0.
Nur für Erst-Poster
Of course, fzero doesn't work with a function composed of two variables.
Does anyone have an idea about how to solve this problem?

Ich habe diese Frage in keinem Forum auf anderen Internetseiten gestellt.

        
Bezug
Matlab: Antwort
Status: (Antwort) fertig Status 
Datum: 13:32 Fr 24.03.2006
Autor: marthasmith

Hello Yaya,

i've had a look on matlab help and foundd:

    X = FZERO(FUN,X0,OPTIONS,P1,P2,...) allows for additional arguments
    which are passed to the function, F=feval(FUN,X,P1,P2,...).  Pass an empty
    matrix for OPTIONS to use the default values.

--> the parameters P1,...,PN are passed throuch FZERO to the function FUN specified in your call.

For your problem it should be:
x = fzero('gamma',N,[],alpha);

marthasmith

Bezug
Ansicht: [ geschachtelt ] | ^ Forum "Matlab"  | ^^ Alle Foren  | ^ Forenbaum  | Materialien


^ Seitenanfang ^
www.schulmatheforum.de
[ Startseite | Forum | Wissen | Kurse | Mitglieder | Team | Impressum ]