Notices


Reply
Thread Tools
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#1
hi mates, i'm new here!! i've just get my new 770...i'm loving it...!
i've a req for u.....!!

Do u know if exist a Calculator with graph for maemo 2.x???
i've already tried free42, but it can't solve function with graph...

i hope u will help me...i really need it...

congratulation for this forum...it's so usefull...

bye



PS. sorry for my bad english....
 
Posts: 102 | Thanked: 16 times | Joined on Sep 2006 @ Manchester
#2
hi, i am the developer of lybniz.

there was a port of version 1.0 to the nokia 770, though it was not properly packaged up. if you download the version 1.3 source .tar.gz it is in the extras folder.

at some point i will make a proper port, but this will probably not be until the summer. I first want to split the code into a module, so that different version (eg desktop, maemo, workstation, highly customised) can be quickly built using glade. It could also do with a customised input method for tablets.

sam
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#3
thanks a lot for this info...your app seems to be very interesting....it's really what i need!! BTW i've given i look at your website, and i've found lymniz-maemo_py file in app archive....but...i dunno how to use it...
i'm a newby here...!!

could tell me what i've to do??? plz help me..


Congratulation for this app...i hope u will release a final version as soon as possibile...

bye
 
Posts: 102 | Thanked: 16 times | Joined on Sep 2006 @ Manchester
#4
for now you will have to rename that file to lybniz-maemo.py, copy it onto your 770, and run it from the command line.

Code:
python lybniz-maemo.py
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#5
ok..i've open it...thanks...!!
now i'm tryng to make some graph...but it' so difficult...

i wrote three functions like the example in your websit..
y1=sin(x)
y2=cos(x)
y3=tan(x)

if i choose plot...the graph became all white..if i choose Evaluate i dunno what to do..
i've got
X=
y1=
y2=
y3=
every number i wrote on X=, i have in other form(y1,y2,y3( this message:
Error: name "sin" is no defined
Error: name "cos" is no defined
Error: name "tan" is no defined






PS. i've a good graph with rational function...

Last edited by saxen; 2007-01-06 at 18:02.
 
Posts: 102 | Thanked: 16 times | Joined on Sep 2006 @ Manchester
#6
the older versions required you to put

Code:
math.sin(x)
if you added the line

Code:
from math import *
to the source code (with the other import lines) then you would not need to put the "math."
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#7
yeah man...now it works very very well...
i've tried this:
http://www.teemuharju.net/2006/02/14...on-misc-notes/
to add this app on menu, but i've some problems creating the two links(last part of the tutorial), cos xterm say "no such file or directory"....i can't understand why it doesn't work....could help me??


thanks a lot for help...u are great...
 
Posts: 102 | Thanked: 16 times | Joined on Sep 2006 @ Manchester
#8
that post is from February 2006, so i think it would be with the 2005 version of the OS. maybe one of the paths has changed slightly?
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#9
Originally Posted by ssam View Post
that post is from February 2006, so i think it would be with the 2005 version of the OS. maybe one of the paths has changed slightly?

u are right...i've to change some folder...!
now i've it on menu...but when i try to open it...it say...
"loading lybniz..."
and nothing open...

plz help me if u can....thanks a lot mate...
 
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#10
hi mate i've another question...
i'd like to digit ^ and not ** for exponent...2x and not 2*x....
is it possible???
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 23:45.