Thread Subject: To Solve Two Equations having Bessel Functions

Subject: To Solve Two Equations having Bessel Functions

From: ?nder

Date: 5 Jul, 2009 11:39:01

Message: 1 of 5

  
  Selam.
  I've got to create a m-file such that I have two unknowns and two equations: which include Bessel function of the first kind and the modified Bessel function of the second kind and their first derrivatives.

  So, which method can you suggest me to use to solve these two equations? Is there any person who has got an idea?

Subject: To Solve Two Equations having Bessel Functions

From: John D'Errico

Date: 5 Jul, 2009 14:01:01

Message: 2 of 5

"?nder " <onderbey_@hotmail.com> wrote in message <h2q3cl$df9$1@fred.mathworks.com>...
>
> Selam.
> I've got to create a m-file such that I have two unknowns and two equations: which include Bessel function of the first kind and the modified Bessel function of the second kind and their first derrivatives.
>
> So, which method can you suggest me to use to solve these two equations? Is there any person who has got an idea?

Use fsolve. Remember, if the bessel functions return complex
arguments, this is really a 4 equation problem.

John

Subject: To Solve Two Equations having Bessel Functions

From: ?nder

Date: 7 Jul, 2009 06:20:02

Message: 3 of 5

"John D'Errico" <woodchips@rochester.rr.com> wrote in message <h2qbmt$odo$1@fred.mathworks.com>...
> "?nder " <onderbey_@hotmail.com> wrote in message <h2q3cl$df9$1@fred.mathworks.com>...
> >
> > Selam.
> > I've got to create a m-file such that I have two unknowns and two equations: which include Bessel function of the first kind and the modified Bessel function of the second kind and their first derrivatives.
> >
> > So, which method can you suggest me to use to solve these two equations? Is there any person who has got an idea?
>
> Use fsolve. Remember, if the bessel functions return complex
> arguments, this is really a 4 equation problem.
>
> John

Thank you, but tell me what did u mean by saying 'this is really a 4 equation problem' ?

Subject: To Solve Two Equations having Bessel Functions

From: Any one

Date: 7 Jul, 2009 21:30:02

Message: 4 of 5

?nder wrote on 05-Jul-09 04:39 :
>
> Selam.
> I've got to create a m-file such that I have two unknowns and two equations: which include Bessel function of the first kind and the modified Bessel function of the second kind and their first derrivatives.
>
> So, which method can you suggest me to use to solve these two equations? Is there any person who has got an idea?

see also: Matlab --> Help --> Search: fzero

Subject: To Solve Two Equations having Bessel Functions

From: John D'Errico

Date: 7 Jul, 2009 22:07:02

Message: 5 of 5

"?nder " <onderbey_@hotmail.com> wrote in message <h2upei$t74$1@fred.mathworks.com>...
> "John D'Errico" <woodchips@rochester.rr.com> wrote in message <h2qbmt$odo$1@fred.mathworks.com>...
> > "?nder " <onderbey_@hotmail.com> wrote in message <h2q3cl$df9$1@fred.mathworks.com>...
> > >
> > > Selam.
> > > I've got to create a m-file such that I have two unknowns and two equations: which include Bessel function of the first kind and the modified Bessel function of the second kind and their first derrivatives.
> > >
> > > So, which method can you suggest me to use to solve these two equations? Is there any person who has got an idea?
> >
> > Use fsolve. Remember, if the bessel functions return complex
> > arguments, this is really a 4 equation problem.
> >
> > John
>
> Thank you, but tell me what did u mean by saying 'this is really a 4 equation problem' ?

A complex number is really a two dimensional
thing. It is a PAIR of numbers, (a + bi).

So if you will try to solve the equation f(x) = 0,
where f(x) returns a complex result, then you
have in reality TWO equations, real(f(x)) = 0,
and imag(f(x)) = 0.

Since you have two of these equations, then if
this is a problem with complex results and complex
arguments, then you have a system of 4 equations
in 4 unknowns.

John

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
differential eq... Önder Akal?n 5 Jul, 2009 07:39:02
nonlinear equat... Önder Akal?n 5 Jul, 2009 07:39:02
equations Önder Akal?n 5 Jul, 2009 07:39:02
bessel functions Önder Akal?n 5 Jul, 2009 07:39:01
rssFeed for this Thread

Contact us at files@mathworks.com