Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Math Functions in Perl

Reply
Thread Tools

Math Functions in Perl

 
 
coolchick
Guest
Posts: n/a
 
      11-05-2007
Hi All,

I am trying to compute few equations using perl.

This is the equation that I am trying to solve:

MI=171-5.2*ln(aveV)-0.23*aveV(g)-16.2*ln(aveLOC)
+50sin(sqrt(2.46*perCM))

I have all the variables: aveV, aveV(g), aveLOC and perCM.
So the equation is:

$MI=171 - (5.2*(2.303*log($aveV)))-(0.23*$ecc)-
(16.2*(2.303*log($aveLOC)))+(50*(sin(sqrt(2.46*$pe rCM))));

where:
$aveV= 239.530014548124
$ecc=9
$aveLOC=47
$perCM=0.297872340425532

I am not getting the correct answer. I get MI=-2.56217048794884, which
is not correct.
I tried to break it down and the problem is that I don't think I have
the right libraries for math.
It is not computing sqrt, log, and sin correctly.

I am using:
use Math::Complex;
use Math::Trig;

Any help would be great!
Thanks,
naureen

 
Reply With Quote
 
 
 
 
Jürgen Exner
Guest
Posts: n/a
 
      11-05-2007
coolchick wrote:
> MI=171-5.2*ln(aveV)-0.23*aveV(g)-16.2*ln(aveLOC)
> +50sin(sqrt(2.46*perCM))
>
> I have all the variables: aveV, aveV(g), aveLOC and perCM.
> So the equation is:
>
> $MI=171 - (5.2*(2.303*log($aveV)))-(0.23*$ecc)-
> (16.2*(2.303*log($aveLOC)))+(50*(sin(sqrt(2.46*$pe rCM))));
>
> where:
> $aveV= 239.530014548124
> $ecc=9
> $aveLOC=47
> $perCM=0.297872340425532
>
> I am not getting the correct answer. I get MI=-2.56217048794884, which
> is not correct.


This is a long shot, but is any of the iterim values exceedingly large or
small? If so then you fell victim to a variation of 'perldoc -q 999'.
The easiest remedy would be to rewrite the equation to avoid very
large/small iterim values. This is not trivial, but there is a reason why
Computer Numerics is a class of its own at university.

jue


 
Reply With Quote
 
 
 
 
smallpond
Guest
Posts: n/a
 
      11-05-2007
On Nov 5, 8:00 am, coolchick <naureen.ni...@gmail.com> wrote:
> Hi All,
>
> I am trying to compute few equations using perl.
>
> This is the equation that I am trying to solve:
>
> MI=171-5.2*ln(aveV)-0.23*aveV(g)-16.2*ln(aveLOC)
> +50sin(sqrt(2.46*perCM))
>
> I have all the variables: aveV, aveV(g), aveLOC and perCM.
> So the equation is:
>
> $MI=171 - (5.2*(2.303*log($aveV)))-(0.23*$ecc)-
> (16.2*(2.303*log($aveLOC)))+(50*(sin(sqrt(2.46*$pe rCM))));
>
> where:
> $aveV= 239.530014548124
> $ecc=9
> $aveLOC=47
> $perCM=0.297872340425532
>
> I am not getting the correct answer. I get MI=-2.56217048794884, which
> is not correct.
> I tried to break it down and the problem is that I don't think I have
> the right libraries for math.
> It is not computing sqrt, log, and sin correctly.
>
> I am using:
> use Math::Complex;
> use Math::Trig;
>
> Any help would be great!
> Thanks,
> naureen


Rearranging your equation to show intermediate terms:

$aveV = 239.530014548124;
$ecc = 9.0;
$aveLOC = 47.0;
$perCM = 0.297872340425532;

$i1= (5.2 * (2.303*log($aveV)));
$i2= (0.23 * $ecc);
$i3= (16.2 * (2.303*log($aveLOC)));
$i4= (50 * (sin(sqrt(2.46*$perCM))));

$MI = 171.0 - $i1 - $i2 - $i3 + $i4;

print "171.0 - ",$i1," - ",$i2," - ",$i3," + ",$i4," = ",$MI,"\n";

171.0 - 65.610465007406 - 2.07 - 143.64361681316 + 37.761911332617 =
-2.56217048794883

I don't think you have math errors. All of the terms are the
same order of magnitude. If the result is wrong, then it is
something in your formula. You do want log base e and angle
in radians, right?
--S

 
Reply With Quote
 
coolchick
Guest
Posts: n/a
 
      11-05-2007
Hi, thanks for the help but the problem is that I am trying to solve
the Coleman-Oman's model for computing a code Maintainability Index.
The equation has 'ln' which I equated to 2.303*log(). So how do I
compute that? If I do the same thing using a scientific calculator, I
get a different answer.
For the angle, shouldn't that be in degrees.

Here is the equation:
http://www.stsc.hill.af.mil/consulti...sw_measurement

 
Reply With Quote
 
coolchick
Guest
Posts: n/a
 
      11-05-2007
How did you get 'mi=115.830374853214 ' as your your answer?

How can I do this inside my perl code ?

 
Reply With Quote
 
J. Gleixner
Guest
Posts: n/a
 
      11-05-2007
coolchick wrote:
> How did you get 'mi=115.830374853214 ' as your your answer?
>
> How can I do this inside my perl code ?


At this point, most people would simply copy and paste the
relevant parts of the code into a file and experiment with
it on their own.
 
Reply With Quote
 
Michele Dondi
Guest
Posts: n/a
 
      11-05-2007
On Mon, 05 Nov 2007 05:00:35 -0800, coolchick
<> wrote:

>Hi All,
>
>I am trying to compute few equations using perl.


Perl is not oriented at solving equations. You can solve them
symbolically and throw in values to compute the value of some function
given the arguments to it.


Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
..'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
 
Reply With Quote
 
Michele Dondi
Guest
Posts: n/a
 
      11-05-2007
On Mon, 05 Nov 2007 10:03:18 -0800, Jim Gibson <>
wrote:

>> For the angle, shouldn't that be in degrees.

>
>perldoc -f log:
>
> log EXPR
> log Returns the natural logarithm (base e) of EXPR.


For some reason, pocket calcultators have this habit of calling log_10
log and log_e ln. In my mathematical writings I just stick with log to
mean "their" ln. logarithms in any other base (unless explicitly
shown) are of little mathematical relevance, IMHO.


Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
..'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
 
Reply With Quote
 
Martijn Lievaart
Guest
Posts: n/a
 
      11-05-2007
On Mon, 05 Nov 2007 21:49:38 +0100, Michele Dondi wrote:

> For some reason, pocket calcultators have this habit of calling log_10
> log and log_e ln. In my mathematical writings I just stick with log to
> mean "their" ln. logarithms in any other base (unless explicitly shown)
> are of little mathematical relevance, IMHO.


I use log2 on a nearly daily basis. But then, I'm in computers while I
could have learned a trade.

M4
 
Reply With Quote
 
Michele Dondi
Guest
Posts: n/a
 
      11-05-2007
On Mon, 5 Nov 2007 23:42:03 +0100, Martijn Lievaart
<> wrote:

>> For some reason, pocket calcultators have this habit of calling log_10
>> log and log_e ln. In my mathematical writings I just stick with log to
>> mean "their" ln. logarithms in any other base (unless explicitly shown)
>> are of little mathematical relevance, IMHO.

>
>I use log2 on a nearly daily basis. But then, I'm in computers while I
>could have learned a trade.


Hehe, in fact I was about to say that, probably along the lines of "a
second, but distant competitor being log_2". In fact information
theory is a respectable mathematical one also in its own respect i.e.
abstractly and regardless of any physical computer...


Michele
--
{$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr
(($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB='
..'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_,
256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Math.random() and Math.round(Math.random()) and Math.floor(Math.random()*2) VK Javascript 15 05-02-2010 03:43 PM
Math.min and Math.max for byte / short Philipp Java 9 07-23-2008 12:37 AM
math.h trig functions questions (and some forgotten high school math) Mark Healey C Programming 7 05-22-2006 10:42 AM
Re: Is still math.h the C++ math library ? AciD_X C++ 4 04-01-2004 07:29 PM
Why can I not use: Math a=new Math(); chirs Java 18 03-02-2004 06:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57