Euclidean question :)

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

Euclidean question :)

Post by dethron »

hi ther,

i am trying to implement Euclidean Algorithm about divison of polynomials.
well, i couldn't find the way yet. :(

The algorithm is obvious and easy, you can find it here 8) : http://en.wikibooks.org/wiki/Discrete_m ... olynomials

By the way, :idea: i do this, just to show myself it can also be implemented in PHP :) If you are in hurry, you have already wasted too many time by reading this 8O

good luck, :arrow:
User avatar
lazy_yogi
Forum Contributor
Posts: 243
Joined: Fri Jan 24, 2003 3:27 am

Post by lazy_yogi »

haha

It's really not hard .. u can code it in any language
I coded it in a functional language in about 4-5 lines in my first subject at uni
User avatar
dethron
Forum Contributor
Posts: 370
Joined: Sat Apr 27, 2002 11:39 am
Location: Istanbul

Post by dethron »

so i can't get your point, tell me about these 4-5 line, or leave the topic alone ;)
Post Reply