Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #1342

marking each curve in a 2-D plot

Newsgroups comp.soft-sys.math.maple
Date 2019-05-02 18:37 -0700
Message-ID <e31728b2-1081-4f79-b065-e174fbb95433@googlegroups.com> (permalink)
Subject marking each curve in a 2-D plot
From jfh <john.harper@vuw.ac.nz>

Show all headers | View raw


This little two-line Maple program draws two curves y=f(x,H) on the same (x,y) plane with different values of the variable H.

f:=(x,H)->(cos(x)*exp(H*cos(x)));
plot([f(x,0.2),f(x,1)], x=0..2*Pi,scaling=constrained);

How does one get the value of H written halfway along its own curve at the point 
[Pi,f(Pi,H)] ? I am using Maple 2017 (X86 64 LINUX).

Back to comp.soft-sys.math.maple | Previous | NextNext in thread | Find similar


Thread

marking each curve in a 2-D plot jfh <john.harper@vuw.ac.nz> - 2019-05-02 18:37 -0700
  Re: marking each curve in a 2-D plot rouben@x301-3.(none) (Rouben Rostamian) - 2019-05-03 02:49 +0000
    Re: marking each curve in a 2-D plot jfh <john.harper@vuw.ac.nz> - 2019-05-05 16:40 -0700

csiph-web