0% found this document useful (0 votes)
53 views

D Plot 3 e K1, T 0 ..10, Style Line, Linestyle Solid: With Plots: p1

The document contains code to plot two functions, K1 and K3.04, against the variable t from 0 to 10. It defines two plots p1 and p2, with p1 plotting K1 as a solid line and p2 plotting K3.04 as a dotted line. The plots are then displayed together on the same set of axes.

Uploaded by

olasunmbo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

D Plot 3 e K1, T 0 ..10, Style Line, Linestyle Solid: With Plots: p1

The document contains code to plot two functions, K1 and K3.04, against the variable t from 0 to 10. It defines two plots p1 and p2, with p1 plotting K1 as a solid line and p2 plotting K3.04 as a dotted line. The plots are then displayed together on the same set of axes.

Uploaded by

olasunmbo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

> with plots :

1
K t
2

> p1 d plot 3 e

K1 , t = 0 ..10, style = line, linestyle = solid


p1 := PLOT ...

(1)

> p2 d plot K3.04, t = 0 ..10, style = line, linestyle = dot


p2 := PLOT ...

> display

(2)

p1, p2
0
2

6
t

K1

K2

K3
1
K t
2

w=3 e

K1

10

You might also like