Results 1 to 4 of 4
Thread: math and GUI
- 08-06-2011, 03:38 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 25
- Rep Power
- 0
math and GUI
Hello,
can anyone suggest on a simple as possible GUI tool \ method
that i can work with mathematical symbols \ equations with?
my goal is to be able to create equations on screen such as
____________
√(x+5)*(x-311)
in other words i would like to be able to put root sign over a given equation.
more over i would like to be able to create a display with:
x² (degrees)
IMPORTANT:
i would like that tool to get as an input strings such as:
sqrt((x+5)*(x-311)) , x^2
and get that output above
thanks!
- 08-06-2011, 03:56 PM #2
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Are you wanting to do this alone? Or do you just want a tool to do it for you? It should be fairly simple to do, create a bunch of constants that know how to draw themselves, and do what's necessary from there. Perhaps an enum will be helpful, where each item has a name representation and the ability to draw itself.
- 08-06-2011, 04:00 PM #3
Member
- Join Date
- Jul 2011
- Posts
- 25
- Rep Power
- 0
since wer'e taking about a very basic notions it is only reasonable to think someone already created it .
so i will prefer to use an already built tool \class
i will be extremely surprised if no such tool exists.
Nir
- 08-06-2011, 04:05 PM #4
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
I agree, it probably does exist, I don't know of any java based ones though. Latex is nice for stuff mathematical, but it's not java based.
Similar Threads
-
Math.cos()
By ravi1 in forum New To JavaReplies: 5Last Post: 03-27-2011, 02:52 PM -
Create Math.sin without math.sin
By vudoo in forum New To JavaReplies: 11Last Post: 12-07-2010, 06:23 AM -
Math in java
By blug in forum New To JavaReplies: 2Last Post: 11-22-2010, 02:21 PM -
Help with java math
By gabrielfirestorm in forum New To JavaReplies: 6Last Post: 10-25-2010, 01:54 PM -
need help with math for a new program
By gotenks05 in forum New To JavaReplies: 13Last Post: 09-26-2008, 07:32 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks