A NEW VERSION HAS BEEN RELEASED A BUG IN RATIC HAS BEEN FIXED
DOWNLOAD THE NEW VERSION FROM THE SAME LINK
Sunday, July 29, 2007
Screen Shots
### MAKE SURE THAT U HAVE THE CONTRAST LEVEL OF UR MONITOR HIGH ###
OK here are the screen shots
Main window:
Type in the left side of the function
and then the right side
now let's try the graph function
press graph button
iin the following dialog specify the accuracy [the smaller , the sharper accuracy], starting point and end point , don't forget to read the instructions in the bottom of the window
then press OK
and here is what you got:
press Chr+uparrow to zoom in
zoom in again
use arrow keys to move
se Ctrl + arrow keys to make a big move

now press esc to return to the main window
now let's try to solve this function , you can specify the start , end step , accuracy by yourself or let the proggie do it automatically , so press "test it" to let the prog do it automatically
and you get this:
press "adjust" to let the prog fill in the four fields for you.
and you get this:

turn on the "indicator" so you can see the progress
and press OK
the proggie will start trying:
and when it find an answer with the specified accuracy:
now press esc to select what next
to get the right answer keep making the step , accuracy and the search gap smaller and smaller until you get an answer with an accuracy that satisfies you , I know that this is a bad thing in this proggie that it depend on trying and trying until it gets the answer you want , but don't forhet that this is only the beginning the following versions will be better I promise.
press Again to return to the main window:
now let's try the "Ratic" the function that I prefer.
so press Ratic in the main window and let's go...
u get this window
specify a , b , c

first try graphing it , so hit "graph it" and specify the accuracy , start point and end point:
don't forget to read the instructions at the bottom of the window you see . Hit OK

ress Chr + uparrow to zoom in
now press esc to return
press OK to solve it
use arrow keys to move the window

I hope you like it man !!!
OK here are the screen shots
Main window:
Type in the left side of the function
and then the right side
now let's try the graph functionpress graph button
iin the following dialog specify the accuracy [the smaller , the sharper accuracy], starting point and end point , don't forget to read the instructions in the bottom of the window
then press OKand here is what you got:
press Chr+uparrow to zoom in
zoom in again
use arrow keys to move
se Ctrl + arrow keys to make a big move
now press esc to return to the main window
now let's try to solve this function , you can specify the start , end step , accuracy by yourself or let the proggie do it automatically , so press "test it" to let the prog do it automaticallyand you get this:
press "adjust" to let the prog fill in the four fields for you.and you get this:

turn on the "indicator" so you can see the progress
and press OK
the proggie will start trying:
and when it find an answer with the specified accuracy:
now press esc to select what nextto get the right answer keep making the step , accuracy and the search gap smaller and smaller until you get an answer with an accuracy that satisfies you , I know that this is a bad thing in this proggie that it depend on trying and trying until it gets the answer you want , but don't forhet that this is only the beginning the following versions will be better I promise.
press Again to return to the main window:
now let's try the "Ratic" the function that I prefer.so press Ratic in the main window and let's go...
u get this window
specify a , b , c

first try graphing it , so hit "graph it" and specify the accuracy , start point and end point:
don't forget to read the instructions at the bottom of the window you see . Hit OK
ress Chr + uparrow to zoom in
now press esc to returnpress OK to solve it
use arrow keys to move the window
I hope you like it man !!!
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.
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.
ReadMe.txt
for any comments mail me at TheSolution.TS@Gmail.com or visit TheSolutionTS.blogspot.com and
leave a comment
To see if there are any newer version check TheSolutionTS.blogspot.com
The Author:
I'm Ahmed Mahmoud Abd-Alaziz from Egypt 16 years old u can contact me at
AMAMH3@Gmail.com or A_M_A_M_H@hotmail.com
I hope that u like may work
and please if u really like TheSolution send me an E-mail to TheSolution.TS@Gmail.com
TheProgram:
see Help.txt for instructions.
----------IMPORTANT -----------
this prog is for Symbian s80 i.e. Nokia 9300(i)/9500 devices.
GoodBye
leave a comment
To see if there are any newer version check TheSolutionTS.blogspot.com
The Author:
I'm Ahmed Mahmoud Abd-Alaziz from Egypt 16 years old u can contact me at
AMAMH3@Gmail.com or A_M_A_M_H@hotmail.com
I hope that u like may work
and please if u really like TheSolution send me an E-mail to TheSolution.TS@Gmail.com
TheProgram:
see Help.txt for instructions.
----------IMPORTANT -----------
this prog is for Symbian s80 i.e. Nokia 9300(i)/9500 devices.
GoodBye
Subscribe to:
Comments (Atom)