apply in the program [Solved]
|
12-22-2015, 06:17 PM
Post: #3
|
|||
|
|||
RE: apply in the program
(12-22-2015 06:04 PM)DrD Wrote: Here is a (simplified) structure that may be of some help(?) Thanks DrD! see : EXPORT meusymp2() BEGIN LOCAL x,B,V,G,L; INPUT(B,"DIGITE B"); INPUT(V,"DIGITE V"); INPUT(G,"DIGITE G"); M0:=[B,V,G]; M1:=CAS.apply("x->x^3",M0); RECT; TEXTOUT_P(M1,120,30,2,#000000h,190,#99FF00h); WAIT; END; Leo |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
apply in the program [Solved] - jrozsas - 12-22-2015, 05:03 PM
RE: apply in the program - DrD - 12-22-2015, 06:04 PM
RE: apply in the program - jrozsas - 12-22-2015 06:17 PM
|
User(s) browsing this thread: 1 Guest(s)