AutoGrapher PSP: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox PSP homebrew | title = AutoGrapher | image = https://dlhb.gamebrew.org/psphomebrew/AutoGrapher.jpg|250px | type = Math | version = v1.5 Update | licence = Mixed | au..." |
No edit summary |
||
| Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/psphomebrew/AutoGrapher.jpg|250px | | image = https://dlhb.gamebrew.org/psphomebrew/AutoGrapher.jpg|250px | ||
| type = Math | | type = Math | ||
| version = | | version = 1.5 Update (27 Apr 2011) | ||
| licence = Mixed | | licence = Mixed | ||
| author = 10$man | | author = 10$man | ||
| Line 10: | Line 10: | ||
| source = | | source = | ||
}} | }} | ||
AutoGrapher is an application to assist calculating Algebra 1 and a small portion of Geometry. It is made in Lua by 10$man. | AutoGrapher is an application to assist calculating Algebra 1 and a small portion of Geometry. It is made in Lua by 10$man. | ||
| Line 16: | Line 15: | ||
This was submitted to the PSP Genesis Competition 2011. | This was submitted to the PSP Genesis Competition 2011. | ||
==Features== | |||
* Factor a list of Polynomials and solve them for 0 (10 polynomials at a time to be exact, value has to be set on your computer). | |||
* Factor a single polynomial that you input on your psp. | |||
* FOIL (or Distribute) like un-factoring. | |||
* Find the Volume and Surface Area of: Cube, Rectangular Prisms, Cylinders. | |||
* Graph. | |||
* Beneksturun Theorom. | |||
==Installation== | |||
Developer noted that you must have your PSP set to 1.50 if you are using a PSP1000. | |||
User guide | ==User guide== | ||
Menu Options | ===Menu Options=== | ||
Goto Graph. | * Goto Graph. | ||
Goto Beneksturun. | * Goto Beneksturun. | ||
Goto Polynomial. | * Goto Polynomial. | ||
** Quick Solve Factoring Polynomials. | |||
** Solve Already Input Factoring Polynomials. | |||
** FOIL Polynomials. | |||
** Go Back. | |||
Goto Formulas. | * Goto Formulas. | ||
** Cube. | |||
** Rectangular Prism. | |||
** Cylinder. | |||
** Back. | |||
Credits. | * Credits. | ||
Settings. | * Settings. | ||
===Finding Volume and Surface Area=== | |||
Goto Formulas | Goto Formulas> Cube, enter the value of the height and width and it will give you the answer automatically. | ||
Same steps apply for Rectangular Prism and Cylinder. | |||
Open GRAPH.LUA using Notepad or Notepad++. Scroll down | ===How to use the graph=== | ||
---GRAPHS GO HERE--- | From your computer navigate to your PSP and locate the folder /PSP/GAME/AutoGrapher/System/. | ||
y1=-x^3 | |||
y2=x+1 | Open GRAPH.LUA using Notepad or Notepad++. Scroll down until you see | ||
y3=x^5 | ---GRAPHS GO HERE--- | ||
y1=-x^3 | |||
y2=x+1 | |||
y3=x^5 | |||
Now insert your formulas. | |||
Then start AutoGrapher> Goto Graph, and you will be able to move the tracer. | |||
===Solving 10 Polynomials at a time=== | |||
From your computer navigate to your PSP and locate the folder /PSP/GAME/AutoGrapher/System/. | |||
Open POL.LUA in Notepad or Notepad++. Scroll down until you see | Open POL.LUA in Notepad or Notepad++. Scroll down until you see | ||
num1[1]=16 | num1[1]=16 | ||
num2[1]=28 | num2[1]=28 | ||
num1[2]=20 | num1[2]=20 | ||
num2[2]=36 | num2[2]=36 | ||
num1[3]=2 | num1[3]=2 | ||
num2[3]=-8 | num2[3]=-8 | ||
num1[4]=-3 | num1[4]=-3 | ||
num2[4]=-28 | num2[4]=-28 | ||
num1[5]=-19 | num1[5]=-19 | ||
num2[5]=48 | num2[5]=48 | ||
Lets say your problem is | Lets say your problem is | ||
X^2+16X+28 | X^2+16X+28 | ||
Set each of the num1 num2 pairs like this: | Set each of the num1 num2 pairs like this: | ||
set num1=16 | set num1=16 | ||
and num2=28 | and num2=28 | ||
Then run the application to get the answer, if it stays 0,0 it is prime. | Then run the application to get the answer, if it stays 0,0 it is prime. | ||
How to use | ===How to use Polynomial Quick Solve=== | ||
Goto Quick Solve Factoring Polynomials on your PSP and enter in the equation. | Goto Quick Solve Factoring Polynomials on your PSP and enter in the equation. For example, | ||
For example | 2X^2+7X+5 | ||
2X^2+7X+5 | |||
Set: | |||
value1=2 | |||
value2=7 | |||
value3=5 | |||
Use the Left and Right button to change the number; Down and Up button to change the values. | |||
Confirm then wait for it to tell you Done or Prime. | |||
==Controls== | |||
D-Pad Up/Down - Choose between option, Change value (Polynomial) | |||
D-Pad Left/Right - Move tracer (Graph), Change number (Polynomial), Change vlaue (Formulas) | D-Pad Left/Right - Move tracer (Graph), Change number (Polynomial), Change vlaue (Formulas) | ||
Cross - Perform the marked action, Confirm | Cross - Perform the marked action, Confirm | ||
Start - Go to menu | Start - Go to menu | ||
Compatibility | ==Compatibility== | ||
Developer noted it should work on | Developer noted it should work on PSP2000. | ||
Tested on: | Tested on: | ||
PSP Brite TN-D <br> | |||
PSPGo <br> | |||
- | PSP Slim 5.00m33-6 <br> | ||
PSP Phat 5.00m33-6 <br> | |||
- | |||
Credits | ==Changelog== | ||
'''v1.5''' | |||
* Polynomial solver should work fine now. | |||
* UMD quick start. | |||
* Other small fixes. | |||
==Credits== | |||
Thank you to w00tguy123 for helping with the Graph. | Thank you to w00tguy123 for helping with the Graph. | ||
==External links== | |||
Official website | * Official website - https://code.google.com/archive/p/autographer | ||
Wololo | * Wololo - https://wololo.net/talk/viewtopic.php?t=5223&start=20 | ||
Wololo | * Wololo - https://wololo.net/2011/04/24/autographer-genesis-compo-entry | ||
[[Category:PSP homebrew applications]] | |||
[[Category:Homebrew maths applications on PSP]] | |||
