You are the visitor number :

Google analytics

Wednesday, July 11, 2007

Help.txt

In the package there shpuld be 5 files:
OPL_S80.sis --> ***INSTALL IT BEFORE EVERYTHING***
TheSolution.app --> The Main Program
TheSolution.aif
ReadMe.txt
Help.txt

TheSolution:
TheSolution is a simple program to the eye but its code is so complicated
its purpose is to solve mathematic equations
the prog will keep trying different answers to the equation until the difference
between the left side and the right side are equal to or less than the Accuracy u specify


when u open it u will see:

---MAIN DIALOGUE---

Left side --> Enter the left side of the equation here
Right side --> Enter the right side of the equation here
Type --> Choose the equation type(General/Logarithmic)
IMPORTANT: Make sure u defined Type before everything
Show progress --> I advise u to choose 'No'
IMPORTANT: If u choosed 'Yes' the prog wil be much slower
Show indicator --> This is good keep it 'Yes'
Start -->The point from which the prog will start trying
End --> The end point
Step -->The step
Accuracy -->:
Accuracy is the minimum difference required
The prog will stop trying when deifference between left side and right side is
equal to or less than Accuracy
if the prog noticed that the difference is going up for ten times he will notify
u and give u 4 choices:
Yes --> The prog will continue and he will still notify u again if he noticed that
the difference is still going up for 10 times.
No --> The prog will stop and display the best answer he could get.
Turn --> The prog will turn back.
Don't ask --> The prog will continue and he will not display this message again.


---OPERATIONS---

use the following in writing the equation:
+ , - , * , /
X**n --> means X to the power n
sqrt(X) --> square root of X
exp(X) --> raise e to the power X
sin(X) , cos(X) , tan(X)
asin(X) , acos(X) Remeber : Start point and end point must be in the range (-1 : 1) or you will get ERROR
atan(X) --> arc tan of X
log(X) --> logarithm of X (base 10)
ln(X) --> natural logarithm of X (base e)
log(X)/log(n) --> means logarithm of X and base is n
pi --> The pi constant
e --> The e constant

and always use parenthesis ( ) to control the order of the operations

---BUTTONS---

OK --> Start it!
Graph it --> Start the grapher (see Grapher below for explanation)
Test it --> This is a very good function it tests the equation and help u configuring:
Start,End,Step,Accurace
and if the answer is between -10 and 10 it may give u it
IMPORTANT: Dont forget to choose Type first.
Ratic --> Starts ***THE RATIC*** I really like it.(see Ratic below for explanation)

---Grapher---

Enter the Accuracy of the graph , point of Start , point of End and press OK.
after the program graph the function u can press:
arrow keys to move
Ctrl + arrow key to move faster
Zoom in/out
Enter to redraw the graph
Esc to return to the main dialogue

please note that sometimes the graph will be ugly because the prog is still under develop
especially the Zoom function

---R-a-t-i-c--- The quadratic equations conqueror

This part is for solving quadratic equations that is have the form aX2+bX+c=0
like X2+8X+15=0

u have 4 buttons when u open the Ratic:
OK --> Solve the equation
About
Graph it --> graph the function
Cancel


Nothing more to explain.

No comments: