www.vorkurse.de
Ein Projekt von vorhilfe.de
Die Online-Kurse der Vorhilfe

E-Learning leicht gemacht.
Hallo Gast!einloggen | registrieren ]
Startseite · Mitglieder · Teams · Forum · Wissen · Kurse · Impressum
Forenbaum
^ Forenbaum
Status Mathe-Vorkurse
  Status Organisatorisches
  Status Schule
    Status Wiederholung Algebra
    Status Einführung Analysis
    Status Einführung Analytisc
    Status VK 21: Mathematik 6.
    Status VK 37: Kurvendiskussionen
    Status VK Abivorbereitungen
  Status Universität
    Status Lerngruppe LinAlg
    Status VK 13 Analysis I FH
    Status Algebra 2006
    Status VK 22: Algebra 2007
    Status GruMiHH 06
    Status VK 58: Algebra 1
    Status VK 59: Lineare Algebra
    Status VK 60: Analysis
    Status Wahrscheinlichkeitst

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
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.vorkurse.de
[ Startseite | Mitglieder | Teams | Forum | Wissen | Kurse | Impressum ]