利用8maple.ru画相图怎么使图形更密集

maple-图形制作_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
maple-图形制作
&&maple中的图形制作,有详细案例,适合初学maple作图
阅读已结束,下载文档到电脑
想免费下载本文?
定制HR最喜欢的简历
下载文档到电脑,方便使用
还剩12页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢苹果/安卓/wp
积分 436, 距离下一级还需 14 积分
权限: 自定义头衔, 签名中使用图片
道具: 彩虹炫, 涂鸦板, 雷达卡, 热点灯, 金钱卡, 显身卡, 匿名卡下一级可获得
道具: 抢沙发
购买后可立即获得
权限: 隐身
道具: 金钱卡, 彩虹炫, 雷达卡, 热点灯, 涂鸦板
用maple画了几个相图,发现曲线都不够光滑,怎么调参数都觉得没有matlab的效果,
一般主要是什么原因啊?
一般有啥改进方法呢?
载入中......
哈哈-搞定了!
已经过去两年了,能否告诉我是如何使它光滑的吗
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
如有投资本站或合作意向,请联系(010-);
邮箱:service@pinggu.org
投诉或不良信息处理:(010-)
论坛法律顾问:王进律师maple在一个坐标系下 绘制两个图形_百度知道
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。
maple在一个坐标系下 绘制两个图形
(0.2e-1)-z^2/(0, x^2/(0,y=-0.8.,z=-0.8..0.25e-2)+y^2/(0.1e-1) = 1.8.8;(0.125e-1) = 1会在同一个坐标系,取值范围.0:x=-0.8..8.0将这个两个图形:x^2/(0.2e-1)+y^2&#47.125e-1)-z^2&#47
我有更好的答案
/zhidao/wh%3D450%2C600/sign=d33ac7ead388d43ff0fc99f6482efe2d/ddde711bfd62369a2efce1b9d16612c。用命令的话,看下display的帮助吧。基本上就是display([plot1./zhidao/wh%3D450%2C600/sign=ed9ebe6bbef2c82b27a6b4/960a304e251f95ca8f4ff229cc177f3e,plot2])./zhidao/wh%3D600%2C800/sign=aacd8e2fdbf49b7d/960a304e251f95ca8f4ff229cc177f3e./zhidao/wh%3D600%2C800/sign=6829ecbdcdfcc3ceb495c135a275fab0//zhidao/pic/item/ddde711bfd62369a2efce1b9d16612c.jpg" target="_blank" title="点击查看大图" class="ikqb_img_alink"><img class="ikqb_img" src="http://g.baidu://g;
采纳率:95%
为您推荐:
其他类似问题
坐标系的相关知识
等待您来回答maple演示ppt_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
maple演示ppt
阅读已结束,下载文档到电脑
想免费下载本文?
定制HR最喜欢的简历
下载文档到电脑,方便使用
还剩63页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
本文转载自maple
with(plots): a:=1:
implicitplot(x^2+y^2=a^2, x=-a..a,y=-a..a,& thickness=3);
输出图形(圆):
with(plots): a:=1.5:b:=1:
implicitplot(x^2/a^2+y^2/b^2=1, x=-a..a, y=-b..b, thickness=3, scaling=constrained);
输出图形(椭圆):
with(plots):a:=5:b:=5.3:
implicitplot(y^2*(y^2-a^2)=x^2*(x^2-b^2), x=-a-1..a+1,y=-b-1..b+1, thickness=3,grid=[100,100]);
Devil’s curve
&with(plots):
implicitplot(exp(y)+x*y+x^2=exp(1), x=-3..10,y=-10..3,thickness=3);
输出图形:
注:不借助于数学软件,这种方程的图形是很难作出的。
with(plots):
curve:=implicitplot(x^3+y^3=6*x*y,x=-4..4,y=-4..4,thickness=3,grid=[100,100]):
display(curve,scaling=constrained);
输出图形(笛卡儿叶形线)
with(plots):
curve:=implicitplot(exp(y)+x*y=exp(1),x=-6..6,y=-5..5,thickness=3,grid=[100,100]):
display(curve,scaling=constrained);
返回《Maple图形和动画教程》
阅读(4214)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
在LOFTER的更多文章
loftPermalink:'',
id:'fks_087069',
blogTitle:'用Maple画隐函数图形',
blogAbstract:'
二元方程 f(x,y)=0(或者它所确定的隐函数)的图形在坐标平面上通常一条曲线。如果方程比较复杂,这种曲线就很难想象,更难以作图。但是Maple却可以很容易地用命令implicitplot 绘出这种曲线。
blogTag:'',
blogUrl:'blog/static/',
isPublished:1,
istop:false,
modifyTime:1,
publishTime:8,
permalink:'blog/static/',
commentCount:0,
mainCommentCount:0,
recommendCount:0,
bsrk:-100,
publisherId:0,
recomBlogHome:false,
currentRecomBlog:false,
attachmentsFileIds:[],
groupInfo:{},
friendstatus:'none',
followstatus:'unFollow',
pubSucc:'',
visitorProvince:'',
visitorCity:'',
visitorNewUser:false,
postAddInfo:{},
mset:'000',
remindgoodnightblog:false,
isBlackVisitor:false,
isShowYodaoAd:true,
hostIntro:'',
hmcon:'1',
selfRecomBlogCount:'0',
lofter_single:''
{list a as x}
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}

我要回帖

更多关于 maple软件 的文章

 

随机推荐