Maxima 在微积分上之应用 - 屏东大学应用数学系.PDF

Maxima 在微积分上之应用 - 屏东大学应用数学系.PDF

  1. 1、本文档共60页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话: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

文档评论(0)

youbika + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档