Questions tagged [computer-algebra-systems]

A computer algebra system (CAS) is a program which is able to carry out various symbolic manipulations with mathematical expressions. Some well-known computer-algebra systems are Mathematica, Maple, Wolfram Alpha, GAP, SAGE. Questions on this site about computer algebra systems should be mathematical in nature, and not just about the syntax or the mechanics of the CAS. Otherwise the question would be better suited for a different Stack Exchange site.

A computer algebra system (CAS) is a program which is able to carry out various symbolic manipulations with mathematical expressions. Typically they include simplification, differentiation, integration, solving equations etc.

Some well-known computer-algebra systems: Mathematica, Maple, Wolfram Alpha, GAP, SAGE.

Some of them have also separate tags: , , , ,

For Mathematica there is even a separate Stack Exchange site. Another related site is Computational Science (currently in beta).

564 questions
-1
votes
1 answer

Line representation - implicit form

I am going through one of the the scan conversion techniques and it mentions the implicit equation of line as follows: $$F(x,y) = ax + by + c = 0 .$$ The text also mentions that $F(x,y)=0$ if the point is on the line without any proof. I am…
sajis997
  • 105
1 2
3