File:Singular perturbation convergence.svg

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Original file (SVG file, nominally 701 × 525 pixels, file size: 44 KB)

Summary

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

with , , for varying .

Source code

The logo of Sage – mathematical software application
The logo of Sage – mathematical software application
This media was created with Sage (mathematical software application)
Here is a listing of the source used to create this file.

Deutsch  English  +/−

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$', ''])
Date
Source Own work
Author Eviatar Bach

Licensing

Eviatar Bach, the copyright holder of this work, hereby publishes it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

5 November 2016

45,344 byte

image/svg+xml

82c108afe244f812dde096a10fdaa4d497a2d151

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:46, 5 November 2016No thumbnail701 × 525 (44 KB)wikimediacommons>InverseHypercubeUser created page with UploadWizard

The following page uses this file:

Metadata