File:Singular perturbation convergence.svg

原始文件(SVG文件,尺寸为701 × 525像素,文件大小:44 KB)


摘要

描述
English: A demonstration of convergence of singular perturbation solutions. Shows solutions to

with , , for varying .

Created with the following Sage code:

var('t')
var('eps')
y(t) = (exp(-t) - exp(-t/eps))/(exp(-1) - exp(-1/eps))
yO(t) = exp(1 - t)
combined = plot(y.subs(eps=0.1), t, 0, 1, color='red', legend_label='$\epsilon=0.1$') + plot(y.subs(eps=0.07), t, 0, 1, color='green', legend_label='$\epsilon=0.07$') + plot(y.subs(eps=0.04), t, 0, 1, color='blue', legend_label='$\epsilon=0.04$') + plot(y.subs(eps=0.01), t, 0, 1, color='magenta', legend_label='$\epsilon=0.01$') + plot(yO, t, 0, 1, color='black', legend_label='$y_O$')
combined.set_legend_options(shadow=False)
combined.show(ymax=3, axes_labels=['$t$', ''])
日期
来源 自己的作品
作者 Eviatar Bach
 
本图片使用SageMath创作.

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
Creative Commons CC-Zero 本作品采用知识共享CC0 1.0 通用公有领域贡献许可协议授权。
采用本宣告发表本作品的人,已在法律允许的范围内,通过在全世界放弃其对本作品拥有的著作权法规定的所有权利(包括所有相关权利),将本作品贡献至公有领域。您可以复制、修改、传播和表演本作品,将其用于商业目的,无需要求授权。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2016年11月5日 (六) 22:462016年11月5日 (六) 22:46版本的缩略图701 × 525(44 KB)InverseHypercubeUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据