creating graphics of mathematical functions

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
cjmj
Posts: 12
Joined: Tue Mar 08, 2011 6:34 pm

creating graphics of mathematical functions

Post by cjmj » Tue Mar 08, 2011 6:46 pm

I would like to know an example of code to create the graphic of an end-user defined math function. It is importanat the end-user can define the function.
Thank you

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: creating graphics of mathematical functions

Post by BvG » Tue Mar 08, 2011 7:20 pm

Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

cjmj
Posts: 12
Joined: Tue Mar 08, 2011 6:34 pm

Re: creating graphics of mathematical functions

Post by cjmj » Tue Mar 08, 2011 7:54 pm

Thank you BvG, but the question is for example: To plot "f(x) = x^2", being f(x) defined by the end-user.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: creating graphics of mathematical functions

Post by BvG » Tue Mar 08, 2011 8:41 pm

the example shows data being plotted by code, you can go on from there, no?
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply