using Plots L=0.24; t1=4*60*60; #t1 in Sekunden anz=30; #Zahl der Summanden D=0.79; #Ziegel #D=0.197 #Gasbeton K=5.27e-7; #Ziegel #K=4.69e-7; #Gasbeton C=8*L/(D*pi^2); h=pi^2*K/(4*L^2); function u(t,x) if tu(t,0), t); display(plot(t,y, title="Ziegelwand")) M=5; for k=1:M global x,y; x=k/M*L; y=map(t->u(t,x), t); display(plot!(t,y)) end ylims!(0,0.5) savefig("D:Dokumente/Lehre/Aufgabensammlung/Aufgaben/Bilder/ziegelwand.png")