Advanced

handyCalc is first be designed a symbolic calculate system to handle some complicated mathematica features. You can:

Solve equations

The most common situation is solve one equation with one symbol. For example, x+1=2. Of course you know what x is. So let’s try something.

calc_eq_1

Notice that there is a equals inside that expression. Don’t press your big equals button on your keypad. Flip to the next keypad and there is a smaller equals.

keypad_2

There are two equals on your second keypad. They are different. The big one means “Solve it and give me the answer”. While the smaller one is the real equals. It gives you a “=” on your input. And that is essential to solve equations.

Now after you input your equation, just press the big equals button. The result will be shown directly.

Try another.

equation_v03_4

This equation is more complicated than the first one. handyCalc use a method based on Newton method to find it’s root (since v0.3). But as you see, there is a chance that some roots are left behind. In such cases, you can just click the “Show graph and explicit root area” and aim at the cross point of two graphs as shown below. handyCalc will find the most nearest root as you give.

equation_v03_2

Okay, now let’s try some equation sets.

equation_v03_3

Notice you have three lines, each line contains one equation. Goto a newline by press the return button on the second keypad or return key on your keyboard. And again, when you finish input, press the equals to solve it.

Variables

Variable is a symbol that you store a value in it. Like the [M+] function on most calculators. The “ans” mentioned in Basic tutorial is a variable, too.

With variables, you can do a lot of things in an easier way.

calc_with_var_1

It’s the Einstein’s famous formula. The first line define the variable m, and the second line define the variable c. c is a constant of light speed in m/s. You probably do not change it. m is the mess. Each time I want to change the mess, I just have to go to the first line, and change it instead of change the formula in the third line. Notice that there is a forth line with a single symbol E. that means just output the E as the answer. Of course you can delete it, but the handyCalc will output every single variable you have defined which is not what you want at this time.

The variable will be existed even you flip to the next page or a previous page. But how to remove that variable? Two ways, you can go to the Document menu and press [New], and you get a new document. And you can go to the Tools menu and press [Variable & Function].

var_1

And you have all your variables.

var_2

The [x] icon on the rightside means it’s a variable, and the F(x) icon means it’s a function you defined.

Functions

You can define your own functions. It’s similar with define a variable. Let’s try it.

calc_with_var_2

It’s a physics formula which calculate the speed when an object fall from h meters height and hit the ground. The g(gravity)=9.8, and V(3) give you the speed when it’s fall from 3 meters height.

And now you have the V(h) function, and you have the acceleration(g=9.8). You can make a T(h) function which calculate how many time it takes to fall to the ground from h meters height.

calc_with_var_3

Simple and powerful, isn’t it.

Graph

Graph is easy in handyCalc. Just type your expression and there will be a [Draw graph] below.

graph_2

Press it and the graph is shown. It maybe a bit small in the first time to plot more areas of the graph. You can zoom in (just click the graph or the zoom in button)  to make the graph clear and drag the graph to navigate as you wish.

graph_3

Also, you can plot multi-graph in one time. Just input multi-line expressions and the graph will be shown in different colors.

graph_1

NOTICE: when graphing, handyCalc needs a lot of calculation which will slow down your handset.

<- Go to the basic input and calculation

Go to the useful tricks (such as unit convert, statistics, etc) ->

8 Responses to “Advanced”

  1. Donald Says:

    how do you calculate percent???

  2. Download handyCalc - Google Android Phone Application - Mobile Tips and Tricks Says:

    [...] handyCalc must be very clear uptill now but if in case it is not clear you can visit the following video tutorial for any further assistance. Download handyCalc by author | Categories: mobile apps | [...]

  3. hugo Says:

    How do you put factorios?

  4. Joe Iriarte Says:

    Can I set the color of the plotted graph? If I plot just one function, it’s showing up as white, and I can’t figure out how to change that. I would prefer white not be used, because I find it harder to pick up.

    (Terrific Ap, by the way.)

  5. Wey Says:

    This is one of the best apps I’ve downloaded for Android. I have a couple questions.

    There is some way to make aritmetic operations in other bases than base 10 (decimal)? For example binary hexadecimal or octal bases? There is the possibilty to convert two’s complement binary numbers to decimal?

    Ty very much! Greetings from Spain!

  6. Larger Says:

    I was wondering if there was any way to display certain stages of the solve-process. E.g. if I had two equations “x+y=10″ and “x-y=4″, that it would display “10-2y=4″ and “-2y=6″ or so as pre-stages to the final solution.
    Also, can I derive?

  7. Emre Burhan Says:

    Thanks for the awesome application.

    I have an equation in form a.x^2+bx+c=0. Handycalc solves it for me, finding x1 and x2. On next page, Ans variable holds value of x1. Which variable holds x2?
    Thanks

  8. fl0x Says:

    Very cool app! Thank you!!

Leave a Reply