Drexel dragonThe Math ForumDonate to the Math Forum



Search All of the Math Forum:

Views expressed in these public forums are not endorsed by Drexel University or The Math Forum.


Math Forum » Discussions » Software » comp.soft-sys.matlab

Topic: Trouble finding the roots of an equation
Replies: 3   Last Post: Nov 30, 2012 12:24 PM

Advanced Search

Back to Topic List Back to Topic List Jump to Tree View Jump to Tree View   Messages: [ Previous | Next ]
Nasser Abbasi

Posts: 5,062
Registered: 2/7/05
Re: Trouble finding the roots of an equation
Posted: Nov 30, 2012 12:04 PM
  Click to see the message monospaced in plain text Plain Text   Click to reply to this topic Reply

On 11/30/2012 10:47 AM, Marcio Barbalho wrote:
> Dear friends
> salve salve!
>
> I'm trying to find n roots for this equation y = x*tan(x)-10.


around where? here are some roots

EDU>> x=-2*pi:.1:2*pi; %have a quick look first to get an idea
EDU>> plot(x,x.*tan(x)-10)
EDU>> sol=fsolve(@(x) x.*tan(x)-10,0.01:1:10);
EDU>> sol'

ans =

1.428870011214077
1.428870011214077
7.228109771675751
4.305801413119223
4.305801413119223
7.228109771627249
7.228109771627249
7.228109771627249
10.200262588295905
10.200262588295905

>
> It seems I'll have to include symbolic calculation, which I
>was trying to avoid in order to speed up the processing!
> So I wonder how I could transform y into a series and get n of its infinite roots.
>
> Any help will be very much appreciated!
>


--Nasser



Point your RSS reader here for a feed of the latest messages in this topic.

[Privacy Policy] [Terms of Use]

© Drexel University 1994-2013. All Rights Reserved.
The Math Forum is a research and educational enterprise of the Drexel University School of Education.