Question: unable to evaluate the function

Hello everyone,

How I get a plot for this function ? What means numeric values ? 

Thanks !

 

restart

T[S] := 290

eta := 17; lambda := 24

h := .2; `Ω` := 2*Pi*10; R := 2

T(x[2]) := eta*`Ω`^2*R^2*[x[2]/h-(1/2)*(x[2]/h)^2]/lambda+T[S]

eta*`Ω`^2*R^2*[x[2]/h-(1/2)*(x[2]/h)^2]/lambda+T[S]

(1)

plot(T(x[2]), x[2] = .1 .. .2)

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct

 

 


Download TSL_bung_9.mwTSL_bung_9.mw

Please Wait...