Author Topic: Graph Art  (Read 2865 times)

0 Members and 1 Guest are viewing this topic.

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Graph Art
« on: June 07, 2011, 07:43:55 pm »
Modern art, fractal art... Graph Art!

It's a crazy idea I've had, to make awesome abstract art using the graphing on my Nspire.

(P.S. I may put sliders in some of my stuff to make editable art :D)

Here is my first one, VERY basic.
« Last Edit: June 07, 2011, 07:44:36 pm by Spyro543 »

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Graph Art
« Reply #1 on: June 07, 2011, 08:26:30 pm »
Here's a promposal I made using parametric equations on an 84+ :P

Code: [Select]
Parametric mode, set Zstandard and simultaneous graphin
L2(1)=-3.22, L1(1)=7.45
StatPlots 1 and 2 on with L1 and L2 as x,ylist. plot 1 with box marking, plot 2 with dot marking

(all in bold mode except X6T/Y6T)
X1T=T-10+sin(3T^2)/(T<2.5
Y1T=-7(T-2)^2+cos(3T^2)+1/(T>1.2

X2T=X1T+4
Y2T=Y1T

X3T=T-5
Y3T=-T/(T<2.2

X4T=.5T+3.5/(T<5.1
Y4T=-.4T^4+4T^3-12.5T^2+12.5T-2

X5T=-.6Tcos(T)+7.5
Y5T=T-2/(T<4.9

X6T=7cos(6T)cos(T
Y6T=8cos(6T)sin(T
« Last Edit: March 31, 2012, 01:20:27 am by squidgetx »

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Graph Art
« Reply #2 on: June 07, 2011, 09:26:25 pm »
VERY awesome. You did this just with equations? EPICNEZZ.