Math Graphing Lite - Dynamic Scientific Calculator Cheats

Math Graphing Lite - Dynamic Scientific Calculator Hack 2.0.1 + Redeem Codes

Developer: KYBERVISION JAPAN LLC
Category: Education
Price: Free
Version: 2.0.1
ID: com.kybervision.MathGraphLE

Screenshots

Game screenshot Math Graphing Lite - Dynamic Scientific Calculator mod apkGame screenshot Math Graphing Lite - Dynamic Scientific Calculator apkGame screenshot Math Graphing Lite - Dynamic Scientific Calculator hack

Description

MATH GRAPHING 2.0 is a unique graphing app to plot simultaneously multiple mathematical expressions of arbitrary complexity using static and dynamic variables (including a time variable and random generation functions). It also includes a standard calculator mode that allows simultaneous evaluations of any number of intermediary variables.

"Math Graphing" can help students improve their math skills by developing some visual intuition of mathematical expressions or advanced users who need some scientific capabilities only available with expensive desktop software.

MATH GRAPHING provides the following functionalities:

- Multiple expressions with quasi-unlimited number of variables can be combined to produce simple or complex formulas.
- Interactive sliders can be created to visually investigate the role of important parameters on the graphical representation of the formulas.
- Trace mode to display coordinates and derivative of marker on selected curve.
- Landscape mode for graphing.
- Solver tool to solve y = f(x) where x or y are unknown, local/global minima/maxima/extrema or intersections g(x) = f(x).
- Formula graphs can be saved to the device's Photos Album and the formulas can be exported through email with embedded graphs.
- Add any formula or calculation to your list of favorites (in-app purchase).
- Several formulas can be plotted simultaneously in different colors and styles.
- Customizable graph appearance: axes labels and ranges, title, curve color and style, ticks number, grid, legends, etc.
- A single-precision calculator supporting multiple variables.

Example of mathematical expression:

# Gabor function with multiple plots
# 2 static parameters: center & phase
center = 0; phase = 90
# 2 dynamic parameters: sigma & freq
sigma = 1:50; freq = 0:0.2
u = cos(2*pi*(x-50)*freq+phase*pi/180)
v = e^(-((x-center)^2)/(2*sigma^2))
y = u*v
plot(u,'lr'); plot(v,'lg'); plot(y,'lw')
xlabel('distance'); ylabel('amplitude')
title('Gabor Function')

Please visit our "Math Graphing" web page (http://ios.kybervision.com/mathgraphing/) to learn more about "Math Graphing"!

About KyberVision Japan LLC: we provide consulting, research and development services in Vision Sciences. We also develop vision-related applications for the iPad/iPhone/iPod Touch platform, that are spin-off products of Psykinematix, our Mac OS X flagship product in the field of Visual Psychophysics. Feel free to subscribe to our newsletter at http://iphone.kybervision.com.

Version history

2.0.1
2016-12-20
This app has been updated by Apple to display the Apple Watch app icon.

Add a title and values of dynamic variables to tabulated data copied from the solver module
Additional functions: Student's t-distribution pdf and Chi-Square Distribution cdf functions
Shake the device to reset the axes with a 1:1 aspect ratio
Minor bug fixes in interface orientation change
2.0
2016-12-16
Complete new design:
- iOS 10 compliant interface
- In-App Purchase options
- tip notifications

Improved compatibility:
- support for iOS 8, 9 and 10
- support for iPhone 5 to 7S screen size

Expression editing:
- additional functions: randn(), length(), std(), round(), Bessel, gamma, factorial, binomial, and error functions
- improved reporting and continuous checking of syntax & evaluation errors
- support for undo
- option for text size for formula and calculation
- optional iCloud backup of calculations and formulas

Graphing:
- axes range specification (through axis() & yaxis() commands)
- option for originated axes
- movable legend for plotted curves and related option
- separate tick numbers for x- and y-axes to allow rectangular grid
- more robust graphing with infinite or undefined evaluation
- better determination of axis tick values based on range and number of ticks
- export to table (through “None” Solver option)
- support for 'time' variable in formula
- improve display of touched data point on graph (through inspector with copy option and under sliders control)
- 1024 x 1024 export option

Solver:
- more reliable and precise solvers
- addition of intersection solver
- report number of solutions found and list them in a copyable table

Calculator:
- list management for calculations
- evaluation of each variable
1.1
2009-10-31
Addition of xlabel, ylabel, and title commands to customize further the graph appearance.
1.0
2009-09-28

Cheat Codes for In-App Purchases

Item Price iPhone/iPad Android
PowerPack
(Graphing & Calculator full functionalities with unlimited favorite formulas and calculations)
$4.99
Free
EA131369941✱✱✱✱✱ 4AD1A64✱✱✱✱✱
PowerUpgrade
(Graphing & Calculator full functionalities with unlimited favorite formulas and calculations)
$1.99
Free
EA313173148✱✱✱✱✱ AF811B7✱✱✱✱✱
Calculator Pack
(Calculator full functionalities with unlimited favorite calculations)
$2.99
Free
EA749311069✱✱✱✱✱ BB4EEA6✱✱✱✱✱
Graphing Pack
(Graphing full functionalities with unlimited favorite formulas)
$2.99
Free
EA839135172✱✱✱✱✱ 6B95261✱✱✱✱✱

Ways to hack Math Graphing Lite - Dynamic Scientific Calculator

Download hacked APK

Download Math Graphing Lite - Dynamic Scientific Calculator MOD APK
Request a Hack

Ratings

3.5 out of 5
2 Ratings

Reviews

Lisksama,
Cool
This is a really cool app!!
s4mt6,
The order of math operations is set incorrectly.
In the script of graphical representation of functions, the order of math operations is incorrectly set in this app. For instance, in the current version,

y = -x^2;

is interpreted as

y = (-x)^2; // Wrong!

Obviously this is wrong interpretation of formula, and is caused by the incorrect math operation order in this app.
It must be interpreted as

y = -(x^2); // Correct!

because "^" the "to the power of" operator precedes "-" the sign operator.

So, in this example unless additional parentheses used around the "x to the power of 2" exclusively to force them have a higher operation order, the formula becomes completely wrong.

When I found this app, I was very excited and immediately had started using it. However, I became very disappointed and frustrated when I had found this problem in the app.
At first I like this app because its script syntax looks almost compatible to Matlab or Scilab those I have used for a long time.
Also it has very nice GUI interface, especially the feature of graphical representation of functions is one of the best features. Also capability of zooming the graphical representation allows user to be able to trace down details of functions without doing any effort on the equations, formulas at all. That was mostly reason for my excitement when I found this app.
So I hope there would be a revision of this app asap that has fixed the problem mentioned above. I am looking forward to seeing that revision soon enough. That's why I am not rating this app as the lowest for now.
crystal man,
slick app
I do not understand the one-star raters. Some understanding of mathematics is needed, obviously. If you do not have that, don't rate and mislead others.
This is a powerful, flexible, easy-to-use app. The instructions are clear, and the examples are helpful. I think this is a great app. My only criticism is that the numbers along the axes are too small. They should be adjustable.
VisionScientist,
So powerful!
This app is amazing and works great. Looking forward for additional features.
BTW the one star reviewer should revise his algebra: y = x*(x+2) works fine, just don't forget the * for multiplication...
DiegoofDragons,
Nothing is perfect
It's a good app for math I don't see a reason for 1stars I would give at least a 4
jennmk88,
Excellent formulas
This is a wonderful app that can help even with the most simple problems.
fuzy360,
Absolutely terrible
it gives you one formula that you can't change. Utterly useless
Iamsoawesome2738,
EPIC FAIL!
I deleted this within 10 seconds of getting it. Just awful. Absolutely awful.
Lionzire,
...no.
Im in trig algebra and i dont want to buy a flippin calculator. This calculator failed me in under 2 minutes. Horrible for students
a human named caroline...i think,
Sad
It woundn't graph the equation y=12x+3. Two stars because it's free

More By This Developer