math tools

Discussion about everything. New games, 3d math, development tips...
Post Reply
fullmetalcoder
Posts: 7
Joined: Thu Sep 29, 2005 7:48 am
Location: froggy rule !!!!!!!!

math tools

Post by fullmetalcoder »

I'm working on a small project called math tools which provide some basic mathematic functionnality.

I'm looking for ideas, developper interested in such a project...

actual dev status:
interface : GTK 2.6
platform : win32
functions: -base conversion ( decimal<-->selected )
-prime numbers, check and find
-solve linear systems (1 to 26 unknows) [on work]
-finding prime factors [on work]
-graphing equation [idea]
Work 'n roll is not my way of life, I chose happiness and freedom !!!

config:
AMD Athlon 1.4GHz, GeForce 2 MX 400, 512Mo SDRAM, Win ME.
please don't laugh, I didn't chose my PC ;-(
hybrid

Post by hybrid »

Which kind of math tool do you think of?
Computer algebra (like Mathematica), solving library (like BLAS/ATLAS), or educational tool (like don't know :wink: )
Do you plan to use some library for the math optimizations, or do you want to do everything on your own?
fullmetalcoder
Posts: 7
Joined: Thu Sep 29, 2005 7:48 am
Location: froggy rule !!!!!!!!

Post by fullmetalcoder »

a lots of good questions! :wink:

I can't answer you about the general orientation.

I'd rather do as much as possible on my own ( it's the best way to learn isn't it? ) but if I fail to implement a function and find an free lib...
Work 'n roll is not my way of life, I chose happiness and freedom !!!

config:
AMD Athlon 1.4GHz, GeForce 2 MX 400, 512Mo SDRAM, Win ME.
please don't laugh, I didn't chose my PC ;-(
Post Reply