Ferguson Curve
Implementácia
| > | with(linalg):with(plots): X := 0: Y := 1: |
Warning, the protected names norm and trace have been redefined and unprotected
Warning, the name changecoords has been redefined
Bázová Matica
| > | M := matrix(4, 4,[[ 2, -2, 1, 1],[-3, 3, -2, -1],[ 0, 0, 1, 0],[ 1, 0, 0, 0]]); T := matrix(1, 4, ['t'^3, 't'^2, 't', 1]); |
Súradnice riadiacich bodov a vektorov
| > | F[X] := 10: F[Y] := 10: F1[X] := 300: F1[Y] := 30: G[X] := 50: G[Y] := 10: G1[X] := 100: G1[Y] := -10: |
Matice bodov a vektorov
| > |
| > |
Riadniace body
| > | body := PLOT(POINTS([F[X], F[Y]], [G[X], G[Y]])): |
Vykreslenie krlvky
| > | t := 't':krivka := plot([C1[1,1], C2[1,1], t=0..1]): |
Ukáka
| > |