|
-
May 25th, 2003, 01:54 PM
#1
Thread Starter
Fanatic Member
Online Mathematical Calculation Functions
So far I have been setting up a list to be created, you are welcome to suggest more by replying to this thread.
#####################
Features to add to PhysicaFX
--- Mathematics
Triangle Areas - Heron's Formula, Sine
Triangle Sides - Using Law of Sine and Cosine
Circle - radius, diameter, area, circumference, cylinder volume, surface area.
------------------------------------------------
http://physics.sviesoft.com/mathemat.../triangle.html

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Jun 1st, 2003, 07:49 AM
#2
Addicted Member
Thought you might like to know that it's Hero's Formula, not Heron's.
Not at all related to sheep...
-
Jun 5th, 2003, 08:14 AM
#3
Fanatic Member
Make a Solve() function that lest you put in an equation, and it solves the variable in it.
My calculator has that, but it can't solve (X^X)^X=3 without causing an error
Don't pay attention to this signature, it's contradictory.
-
Jun 6th, 2003, 07:53 PM
#4
Fanatic Member
Summation and Product functions, Derivatives and simple Integrals, Matrix functions, Solve() or Isolate() using systems of equations while attempting to eliminate certain variables, Limits, Recursive sequences, ....... thats all i can think of for now.
-
Jun 6th, 2003, 07:57 PM
#5
Fanatic Member
Oh and if it doesn't already have them: vector funtions.
-
Jun 10th, 2003, 06:10 AM
#6
Originally posted by alkatran
My calculator has that, but it can't solve (X^X)^X=3 without causing an error
My HP-15C solves this one.
-
Jun 11th, 2003, 05:06 PM
#7
Fanatic Member
Originally posted by A$$Bandit
Thought you might like to know that it's Hero's Formula, not Heron's.
most ppl here call it Heron's formula instead of Hero's formula.
Massey RuleZ! ^-^__  Cheers!  __^-^ Massey RuleZ!
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!
-
Jun 13th, 2003, 12:13 PM
#8
Frenzied Member
program to find the difference quotient of an equation.
something like this
VB Code:
f(x) = 3x+2
f(x+h) = 3(x+h) + 2 - (3x+2)/h
= 3x+3h+2-3x-2/h
= 3h/h
= 3
so the difference quotient of f(x) = 3x+2 is 3
or something like that
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|