AutoGrapher PSP: Difference between revisions

From GameBrew
(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...")
 
m (Text replacement - "Category:PSP homebrew applications" to "")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = AutoGrapher
|title=AutoGrapher
| image = https://dlhb.gamebrew.org/psphomebrew/AutoGrapher.jpg|250px
|image=autographer.jpg
| type = Math
|description=Graph, and do other functions fast and easily.
| version = v1.5 Update
|author=10$man
| licence = Mixed
|lastupdated=2011/04/27
| author = 10$man
|type=Math
| website = https://code.google.com/archive/p/autographer/downloads
|version=1.5 update
| download = https://dlhb.gamebrew.org/psphomebrew/AutoGrapher.rar
|license=Mixed
| source =
|download=https://dlhb.gamebrew.org/psphomebrew/autographer.7z
|website=https://code.google.com/archive/p/autographer/downloads
}}
}}
<youtube>K1WSOSimvTI</youtube>
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.


This was submitted to the PSP Genesis Competition 2011.
This was submitted to the PSP Genesis Competition 2011.


Installation
==Features==
Developer note:
* 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).
You must have your PSP set to 1.50 if you are using a PSP1000.
* 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.


Features
==Installation==
- 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).
Author noted that you must have your PSP set to 1.50 if you are using a PSP1000.
- 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.


User guide
==User guide==
Menu Options:
===Menu Options===
Goto Graph.
* Goto Graph.
Goto Beneksturun.
* Goto Beneksturun.
Goto Polynomial.
* Goto Polynomial.
- Quick Solve Factoring Polynomials.
** Quick Solve Factoring Polynomials.
- Solve Already Input Factoring Polynomials.
** Solve Already Input Factoring Polynomials.
- FOIL Polynomials.
** FOIL Polynomials.
- Go Back.
** Go Back.
Goto Formulas.
* Goto Formulas.
- Cube.
** Cube.
- Rectangular Prism.
** Rectangular Prism.
- Cylinder.
** Cylinder.
- Back.
** Back.
Credits.
* Credits.
Settings.
* Settings.


How to find Volume and Surface Area:
===Finding Volume and Surface Area===
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.
Goto Formulas> Cube, enter the value of the height and width and it will give you the answer automatically.  


How to use the graph:
Same steps apply for Rectangular Prism and Cylinder.
From your computer navigate to your PSP and locate the folder
/PSP/GAME/AutoGrapher/System/


Open GRAPH.LUA using Notepad or Notepad++. Scroll down untill you see
===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.
Now insert your formulas.  


How to solve 10 Polynomials at a time:
Then start AutoGrapher> Goto Graph, and you will be able to move the tracer.
From your computer navigate to your PSP and locate the folder
/PSP/GAME/AutoGrapher/System/


===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 the Polynomial Quick Solve:
===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


set:
Use the Left and Right button to change the number; Down and Up button to change the values.
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.
Confirm then wait for it to tell you Done or Prime.


Controls
==Controls==
D-Pad Up/Down - Choose between option, Change value (Polynomial)
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 psp2000.
Developer noted it should work on PSP2000.


Tested on:
Tested on:
PSP Brite TN-D
PSPGo
PSP Slim 5.00m33-6
PSP Phat 5.00m33-6


Changelog
PSP Brite TN-D <br>
v1.5
PSPGo <br>
- Polynomial solver should work fine now.
PSP Slim 5.00m33-6 <br>
- UMD quick start.
PSP Phat 5.00m33-6 <br>
- Other small fixes.
 
==Changelog==
'''v1.5'''
* Polynomial solver should work fine now.
* UMD quick start.
* Other small fixes.


Credits
==Credits==
Thank you to w00tguy123 for helping with the Graph.
Thank you to w00tguy123 for helping with the Graph.


References
==External links==
Official website, https://code.google.com/archive/p/autographer
* Official website - https://code.google.com/archive/p/autographer
Wololo, https://wololo.net/talk/viewtopic.php?t=5223&start=20
* Wololo - https://wololo.net/talk/viewtopic.php?t=5223&start=20
Wololo, https://wololo.net/2011/04/24/autographer-genesis-compo-entry
* Wololo - https://wololo.net/2011/04/24/autographer-genesis-compo-entry

Latest revision as of 10:52, 8 May 2024

AutoGrapher
Autographer.jpg
General
Author10$man
TypeMath
Version1.5 update
LicenseMixed
Last Updated2011/04/27
Links
Download
Website

AutoGrapher is an application to assist calculating Algebra 1 and a small portion of Geometry. It is made in Lua by 10$man.

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

Author noted that you must have your PSP set to 1.50 if you are using a PSP1000.

User guide

Menu Options

  • Goto Graph.
  • Goto Beneksturun.
  • Goto Polynomial.
    • Quick Solve Factoring Polynomials.
    • Solve Already Input Factoring Polynomials.
    • FOIL Polynomials.
    • Go Back.
  • Goto Formulas.
    • Cube.
    • Rectangular Prism.
    • Cylinder.
    • Back.
  • Credits.
  • Settings.

Finding Volume and Surface Area

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.

How to use the graph

From your computer navigate to your PSP and locate the folder /PSP/GAME/AutoGrapher/System/.

Open GRAPH.LUA using Notepad or Notepad++. Scroll down until you see

---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

num1[1]=16
num2[1]=28

num1[2]=20
num2[2]=36

num1[3]=2
num2[3]=-8

num1[4]=-3
num2[4]=-28

num1[5]=-19
num2[5]=48

Lets say your problem is

X^2+16X+28

Set each of the num1 num2 pairs like this:

set num1=16
and num2=28

Then run the application to get the answer, if it stays 0,0 it is prime.

How to use Polynomial Quick Solve

Goto Quick Solve Factoring Polynomials on your PSP and enter in the equation. For example,

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)

Cross - Perform the marked action, Confirm

Start - Go to menu

Compatibility

Developer noted it should work on PSP2000.

Tested on:

PSP Brite TN-D
PSPGo
PSP Slim 5.00m33-6
PSP Phat 5.00m33-6

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.

External links

Advertising: