About: Algebraic Surfaces   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

This page covers another way of writing out the formulas necessary to create graphs than covered on the Parametric equations page. It may seem unnecessarily complicated at times, but as you can see, this method can provide quite complex shapes and designs.

AttributesValues
rdfs:label
  • Algebraic Surfaces
rdfs:comment
  • This page covers another way of writing out the formulas necessary to create graphs than covered on the Parametric equations page. It may seem unnecessarily complicated at times, but as you can see, this method can provide quite complex shapes and designs.
dcterms:subject
abstract
  • This page covers another way of writing out the formulas necessary to create graphs than covered on the Parametric equations page. It may seem unnecessarily complicated at times, but as you can see, this method can provide quite complex shapes and designs. for( %x = -2 ; %x < 2 ; %x+=0.05 ) { for( %y = -2 ; %y < 2 ; %y+=0.05 ) { for( %z = -2 ; %z < 2 ; %z+=0.05 ) { %m = ((-%x*%x*%z*%z*%z - (9*%y*%y*%z*%z*%z)/80) + mPow((%x*%x + (9*%y*%y)/4 + %z*%z -1),3)); if (%m >= -0.07) { if (%m <= 0.07) { %posx = %x*10; %posy = %y*10; %posz = %z*10; %temp = new fxDTSBrick() { datablock = "brick1x1Data"; position = %posx SPC %posy SPC %posz; rotation = "0 0 0 0"; colorID = "0"; scale = "1 1 1"; angleID = "0"; colorfxID = "0"; shapefxID = "0"; isPlanted = 1; }; } } } } } for( %x = -100 ; %x < 100 ; %x++ ) { for( %y = -100 ; %y < 100 ; %y++ ) { for( %z = -100 ; %z < 100 ; %z++ ) { if ((%z*%z-%x*%x-%y*%y-1)==0) { %posx = %x/10; %posy = %y/10; %posz = %z/10; %temp = new fxDTSBrick() { datablock = "brick1x1Data"; position = %posx SPC %posy SPC %posz; rotation = "0 0 0 0"; colorID = "0"; scale = "1 1 1"; angleID = "0"; colorfxID = "0"; shapefxID = "0"; isPlanted = 1; }; } } } }
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software