Difference between revisions of "User:5849206328x"

m
m
Line 15: Line 15:
  
 
//limits((-1,-4),(6,6),Crop);
 
//limits((-1,-4),(6,6),Crop);
 +
</asy>
 +
 +
<asy>
 +
import three; import graph3;
 +
currentprojection=orthographic(2,-2,1);
 +
size(216);
 +
 +
xaxis3("$\mathbf{a}$",0,1);
 +
yaxis3("$\mathbf{b}$",0,1);
 +
zaxis3("$\mathbf{a}\times\mathbf{b}$",0,1);
 
</asy>
 
</asy>

Revision as of 18:32, 28 August 2015

[asy] size(216);  real e  = 2.718281828459045235360287471352662497757247093699959574966967627724076630353; real pi = 3.141592653589793238462643383279502884197169399375105820974944592307816406286;  //xaxis(-1,5); //yaxis(-1,5);  //real f(real x) { return abs(x); }  draw((2,3)--(0,0)--(4,0),Arrows); draw((0,0)--(2,0),EndArrow); draw((2,0)--(2,3),dashed); draw(rightanglemark((4,0),(2,0),(2,3),4));  label("$\mathbf{a}$",(4,0),E); label("$\mathbf{b}$",(2,3),NE); label("$\mathbf{b}_{\parallel}$",(2,0),S); label("$\theta$",(0.3,0.1),NE);  //limits((-1,-4),(6,6),Crop); [/asy]

[asy] import three; import graph3; currentprojection=orthographic(2,-2,1); size(216);  xaxis3("$\mathbf{a}$",0,1); yaxis3("$\mathbf{b}$",0,1); zaxis3("$\mathbf{a}\times\mathbf{b}$",0,1); [/asy]