Question: How to writ data in a file from pdsolve in maple ?

Hello, 
I have this code to solve partial equation, and I need to writdata in file .dat or.txt using table and loops or if there is another way 
Any help please,
Thank you 

 

``

restart

``

eq := diff(Tf(x, y), x) = diff(Tf(x, y), y, y):

Cl := {1 = Tf(0, y), (D[2](Tf))(x, 0) = 1, (D[2](Tf))(x, 1) = 1};

{1 = Tf(0, y), (D[2](Tf))(x, 0) = 1, (D[2](Tf))(x, 1) = 1}

(1)

``

pds := pdsolve(eq, Cl, numeric);

_m221385792

(2)

``


 

Download mapleprime.mw

Please Wait...