help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calculation error


From: Aniket Panse
Subject: Re: Calculation error
Date: Wed, 20 Feb 2013 19:42:49 +0530

Yes, I think that is the representation used in most calculators now-a-days.

--Aniket


On Wed, Feb 20, 2013 at 12:03 PM, Sergei Steshenko <address@hidden> wrote:
>________________________________
> From: asha g <address@hidden>
>To: "address@hidden" <address@hidden>
>Sent: Wednesday, February 20, 2013 8:19 AM
>Subject: Calculation error
>
>
>I am getting an error while calculating the following using Octave 3.2 . Can you please crosscheck. Also, when I write ln( ro/rl)/l - I get an error  message. can ln not be computed in Octave ? I would like to get the values of rho and rx. Thanks Asha G
>
> l = 400*10^-4; % in cm
>ro= 1.85*10^-4;% in cm
>rl= 0.3*10^-4;%in cm
>rho = (2.303/l)*log(ro/rl)
>%rho = ln(ro/rl)/l;
>x = linspace(0,l,N)
>rx= ro*(exp(-rho*x)) 



>
>_______________________________________________
>Help-octave mailing list
>address@hidden
>https://mailman.cae.wisc.edu/listinfo/help-octave
>
>
>

By, say,

400*10^-4

do actually mean

400e-4

?

Regards,
  Sergei.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]