954,483 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Graphing Mathematical Functions

I am planning to make an application that can graph all functions.(polynomials, rational, trigonometric,etc) but I can't make a decision on which programming language I am going to use. I am choosing between Java and VB.net. what are the ups and downs of these languages? Which one would be better to use? Thanks!
mitchiexlolz
Newbie Poster
15 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

In my opinion, it doesn't matter which language you choose. The challenges and problems you will face are going to be independent of the implementation language. The major difference between languages as they relate to graphing functions will be in how you draw the graph and show it to the user. Java and VB.NET are different, but for your purposes, they're roughly equivalent.

If you're looking for a Java/VB.NET comparison, I'm sure a quick Internet search will turn up a wide variety of opinions.

gusano79
Posting Pro
519 posts since May 2004
Reputation Points: 182
Solved Threads: 77
 

I agree with gusano79. What you really need to do here is to come up with rules to obtain 2 end points of each line you are going to display. You could use tangent, maybe?

Taywin
Posting Virtuoso
1,727 posts since Apr 2010
Reputation Points: 229
Solved Threads: 239
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: