File:U(x,t)=exp(x)H(t).png

From ProofWiki
Jump to navigation Jump to search

U(x,t)=exp(x)H(t).png(531 × 515 pixels, file size: 17 KB, MIME type: image/png)

Asymptote code:

import graph3;

size(200);

real f(pair p) {
      return exp(p.x);
}

surface s = surface(f, (-1,0), (1,1), 50, 50);
draw(s, lightgray, render(compression=Low, merge=true));

xaxis3("$x$",-1,1,Arrow3);
yaxis3("$t$",-1,1,Arrow3);
zaxis3("$u$",0,Arrow3);

File history

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

Date/TimeThumbnailDimensionsUserComment
current13:44, 23 March 2024Thumbnail for version as of 13:44, 23 March 2024531 × 515 (17 KB)Hbghlyj (talk | contribs)

The following page uses this file: