0

I know that quadratic formulas make parabolas, linear makes straight lines and sin, cos and tan make cool curves but after messing around with WolframAlpha and online equation graphing tools I can make really varied and weird shapes with just the right type of equation. Is it possible that there is an equation to graph a picture of the Mona Lisa? Is this how computers show draw things perhaps?

Thomas Andrews
  • 177,126

1 Answers1

0

It is technically possible, but it's very hard to create complex images like this. And you can only create linearts with this method, except if you use some type of coloring.

No, computers draw pictures on your screen, by changing the pixels on your monitor. The closest to this are vector graphics, but they still aren't the same.

Bálint
  • 299
  • 1
  • 10
  • So Vector Graphics are more math-oriented (if that's even a proper term) than pixel graphics? – user3124306 Jun 21 '16 at 19:38
  • @user3124306 You mean "rasterized graphics", but yes, vector graphics describe shapes with vectors from point A to point B, then the computer fills in the picels in that shape. – Bálint Jun 21 '16 at 19:40