⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demorotdefinition.m

📁 这是几何代数的matlab工具包
💻 M
字号:
     disp('>> % | ');     % |      disp('>> % |   ROTATION DEFINITION');     % |   ROTATION DEFINITION     disp('>> % |');     % |     x = unit(e1-e2/3); %/     I = e1^e2; %/     angle = pi/6; %/     Rx = gexp(-I*angle)*x; %/     xper = x*I; %/     Iper = I/I3; %/     clf; %/     draw(x,'r'); GAtext(1.1*x+0.1*Iper,'x','r'); %/     draw(I*pi*norm(x)*norm(x),'y'); %/     axis off; %/     disp('>> % | ');     % |      disp('>> % |   A vector x and a plane I containing it');     % |   A vector x and a plane I containing it     disp('>> % |');     % |     GAprompt; %/     %GAview([0 90]); %/     draw(xper,'b'); GAtext(1.1*xper+0.1*Iper,'x_\perp = x {\fontname{times}I}','b'); %/     disp('>> % |');     % |     disp('>> % |   The perpendicular to x in that plane (its dual)');     % |   The perpendicular to x in that plane (its dual)     disp('>> % |');     % |     GAprompt; %/     draw(Rx,'r'); GAtext(1.1*Rx+0.1*Iper,'Rx','r'); %/     DrawPolyline({(Rx^x)/x,Rx,inner(Rx,x)/x},'m'); %/     disp('>> % |');     % |     disp('>> % |   The rotated x can be composed from these, ');     % |   The rotated x can be composed from these,      disp('>> % |   in a coordinate-free manner.');     % |   in a coordinate-free manner.     disp('>> % |');     % |     title('Rx = (cos \phi) x + (sin \phi) (x {\fontname{times}I}) = x (cos \phi + {\fontname{times}I} sin \phi) = x e^{{\fontname{times}I}\phi}'); %/     disp('>> ');     

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -