Skip to content

Reduces polynomial equations into canonical form

Notifications You must be signed in to change notification settings

mohyneenm/Polynomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial

Reduces polynomial equations into canonical form.

For eg. given x + y - x^2 = y^2 - xy the output should be - x^2 - y^2 + x + y + xy = 0

About

Reduces polynomial equations into canonical form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages