Software Design
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreSoftware Design

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 18th, 2004, 05:28 PM
InitialQ InitialQ is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 9 InitialQ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy Project: Maths Solver

Hi,
I have to develop maths tutor for my final year project. (The maths area is calculus). The tutor will include, calculator feature which solves the usual calculus problems (i.e intgral, differential, trig function, draw graphs of functions etc)

(The calculus is based on undergrad levels)

I don't have a clue where to start to do research and where to investigate the algorithms that are used in other similar maths tutor applications out there. (e.g Mathematica, Maple etc)

I would be grateful if you know any sites/books that contains information relevant to my project.

Reply With Quote
  #2  
Old December 23rd, 2004, 05:57 PM
medialint's Avatar
medialint medialint is offline
Type Cast Exception
Click here for more information.
 
Join Date: Apr 2004
Location: The Comfy Chair
Posts: 12,931 medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)  Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Day 4 h 59 m 23 sec
Reputation Power: 3094
Check out FORTRAN.
__________________
medialint.com


"Beware of the man who works hard to learn something, learns it, and finds himself no wiser than before. He is full of murderous resentment of people who are ignorant without having come by their ignorance the hard way."
- Vonnegut - Cat's Cradle, 1963

Reply With Quote
  #3  
Old December 25th, 2004, 08:33 AM
InitialQ InitialQ is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 9 InitialQ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by medialint
Check out FORTRAN.


Thank you for replying.
I should have said in my thread that I am only going to use Java for my project. I don't know what FORTRAN is, but i guess it's a programming language right?

And, I think I should have been more specific in my first post. What I am currently stuck in is how to program the system to recognise what user type in. More specifically, I think what I want is a parser.
E.g when user types in say, Integrate[3x^2], -2x^3 + 3x^3 - 6, etc the program should recongise that it has to integrate the function 3x^2 and recongise that -2x^3 + 3x^3 - 6 is polynomial and can be simplified to 1x^3 - 6.

I would be very grateful if anyone could help me or know good sites that have this information.

-Merry xmas & Happy New Year to all

Reply With Quote
  #4  
Old December 25th, 2004, 10:48 PM
arpia's Avatar
arpia arpia is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Location: Baltimore, MD
Posts: 229 arpia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 13 m 58 sec
Reputation Power: 6
if this is going to be in java i don't know. there is free source code for xcas here:

http://www-fourier.ujf-grenoble.fr/~parisse/giac.html

it is C++

for a parser, if you are in linux, you can look at bison.

Reply With Quote
  #5  
Old December 26th, 2004, 03:47 PM
InitialQ InitialQ is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 9 InitialQ User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Quote:
Originally Posted by arpia
if this is going to be in java i don't know. there is free source code for xcas here:

http://www-fourier.ujf-grenoble.fr/~parisse/giac.html

it is C++

for a parser, if you are in linux, you can look at bison.


thanks. but this is not what i'm looking for. I don't use linux.

Reply With Quote
  #6  
Old December 28th, 2004, 04:02 PM
medialint's Avatar
medialint medialint is offline
Type Cast Exception
Click here for more information.
 
Join Date: Apr 2004
Location: The Comfy Chair
Posts: 12,931 medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)medialint User rank is General 32nd Grade (Above 100000 Reputation Level)  Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1Folding Points: 260297 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Day 4 h 59 m 23 sec
Reputation Power: 3094
Quote:
I don't know what FORTRAN is, but i guess it's a programming language right?


Yeah. Formula Translator, it hails from the days way back when Java was either an Indonesian Island or a slang term for Coffee, but not a programming language ...

But it's not extinct!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreSoftware Design > Project: Maths Solver


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT