- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Maxima 在微积分上之应用 - 屏东大学应用数学系
Maxima 在微積分上之應用 偏微分 國立屏東教育大學 應用數學系 研究助理 徐偉玲 weilinghsu@mail.npue.edu.tw 日期:2009/11/30 除另有說明外 ,本文件採用創用CC 「姓名標示、非商業性」 2.5 台灣條款 11.1 Surfaces Example 1. Sketch the portion of the cylinder x 2 + y 2 = 1 where 1≤ z ≤ 2 (Figure 11.1.12) Solution :(%i1) load(draw); 因為Maxima 內沒有直接畫圓柱體的指令,因此, 要畫出圓柱體需要讀取模組draw ,用模組draw 內建的指令去畫圖 //讀取模組 draw (%i2) draw3d(cylindrical(1,z,1,2,az,0,2*%pi)); 畫圓柱體的指令 : draw3d(cylindrical(半徑 ,z 座標 ,最小z 值,最大z 值,azi ,最小azi 值,最大 azi 值)) ,在此(z ,azi) 代表圓柱體的座標 //此題半徑為 1 ,z 軸的範圍為 1~2 Step 1 : Draw the curve x 2 + y 2 = 1 in the (x , y ) plane. The curve is a circle of radius one. Step 2 : Draw the three coordinate axes and the horizontal planes z =1, z = 2 . Step 3 : Draw the circles x 2 + y 2 = 1 where the surface intersects the two planes z =1, z = 2 . Step 4 : Complete the sketch by drawing heavy lines for all edges which would be visible on an “opaque” model of the given surface. This surface is called a circular cylinder. Example 2. Sketch the part of the cylinder z = x 2 where 0 ≤ y ≤2,0 ≤ z ≤ 1 . This is a parabolic cylinder parallel to the y -axis, because y does not appear in the equation. The four steps are shown in Figure 11.1.13. Solution :(%i1) plot3d(x^2,[x,0,2],[z,0,1],[grid,30,30]); 畫3d 圖形的指令 : plot3d(函數式 ,x 軸的範圍 ,y 軸的範圍 ,z 軸的範圍 ,其他繪圖選項) //函數式 為z = x 2 ,x 軸的範圍為 1~2 ,z 軸的範圍為0~1 ,網格劃分為30×30 For sketching the graph of a function z = f (x , y ) , a topographic map, or contour map, can often be used as a first step. It is a method of representing a surface which is often found in atlases. In a topographic map, the curves f (x , y ) = z 0 are sketched in the (x , y ) plane for several different constant z 0 , and each curve is labeled (Figure 11.1.1
您可能关注的文档
- H53-01 环氧富锌车间底漆(单罐装).PDF
- H-01 液压动力装置 - 中国船级社邮件信息系统.PDF
- Haar 小波求解非线性分数阶偏微分方程 - 河北师范大学学报.PDF
- hang毕业设计说明书.DOC
- g用}数控设备成形~ T面.PDF
- Homework (史密特电路).PPT
- GW5A-405_126D(W)型户外高压隔离开关安装使用 - Huaming.PDF
- HRS-150型数显洛氏硬度计获得行业最高奖--国家质量银质奖;主轴.DOC
- HMT330MIK气象安装套件 - Vaisala.PDF
- HPLight 光能除毛机 - Elions RX Cosmeceuticals.PDF
- MCS-51 单片机的系统扩展技术(五) 5 数——模转换接口.PDF
- McAfee Firewall Enterprise 端口标识手册,2010 型号设备.PDF
- Maxima的简单操作 - 屏东大学应用数学系.PDF
- MasterCAM中精准毛坯最优刀具路径处理.PDF
- Instruction Manual 安装说明书Baron - 4WD Moblie Platform - DFRobot.PDF
- MFS 双层势能问题.PPT
- MOCVD 即时晶圆曲率量测 - AOIEA 自动光学检测设备联盟 - 工研院.PDF
- Milroyal B系列高性能液压隔膜计量泵 - Milton Roy.PDF
- Modeling第二讲:数学建模概论.PPT
- medov医生有关健康的文章.PPT
文档评论(0)