edp texto pdf maple (3)

Post on 23-Jan-2016

238 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

maple y edp

TRANSCRIPT

Seediscussions,stats,andauthorprofilesforthispublicationat:http://www.researchgate.net/publication/281903117

EDPCONMAPLE

RESEARCH·SEPTEMBER2015

DOI:10.13140/RG.2.1.2974.0005

READS

14

1AUTHOR:

JorgeAndresOlivaresFunes

UniversityofAntofagasta

1PUBLICATION0CITATIONS

SEEPROFILE

Availablefrom:JorgeAndresOlivaresFunes

Retrievedon:23September2015

h t t p s : / / s i t e s . g o o g l e . c o m / s i t e / c e n t r o a p o y o m a t j o l i v a r e s

Ejercicios Resueltos de

Ecuaciones Diferenciales

Parciales Lineales

Usando Maple 18

( VERSIÓN PRELIMINAR) Departamento de Matématicas

Docente : Jorge Andres Olivares

UNIVERSIDAD DE ANTOFAGASTA

Ejercicios resueltos de ecuaciones

diferenciales parciales lineales con su

gráfica de solución

1)

>

>

>

>

>

2) >

>

>

>

>

3)

>

>

4)

>

>

5)

>

>

6)

>

7)

>

8)

>

>

9)

>

>

10)

>

>

11)

>

>

12)

>

>

13)

>

>

14)

>

>

>

>

>

15)

>

>

>

>

>

16)

>

>

>

>

>

17)

>

>

>

>

>

18)

>

>

>

>

>

19)

>

>

>

>

>

20)

>

>

>

>

>

21)

>

>

>

>

>

22)

>

>

>

>

>

23)

>

>

>

>

>

24)

>

>

>

>

>

25)

>

>

>

>

>

26)

>

>

>

>

>

27)

>

>

>

>

>

28)

>

>

>

>

>

29)

>

>

>

>

>

30)

>

>

>

>

>

31)

>

>

>

>

>

32)

> pde[1] := diff(u(x,t),`$`(x,2))-diff(u(x,t),t,t)/c^2 = 0;

iv[1] := (u(x,0) = f(x), D[2](u)(x,0) = g(x));

pdsolve([pde[1], iv[1]]);

>

>

33)

>

>

34)

>

>

35)

>

>

36)

>

>

37)

>

>

38)

>

>

39)

>

>

40)

>

>

41)

>

>

42)

> sys[1] := [diff(u(x, t), t) = k*diff(u(x, t), x, x), u(0,

t) = 0, u(lambda, t) = 0, u(x,0) = f(x)];

> pdsolve(sys[1]);

> sys[2] := [diff(u(x, t), t) = 1*diff(u(x, t), x, x), u(0,

t) = 0, u(1, t) = 0, u(x,0) = 1];

>

>

43)

> sys[3] := [diff(u(x, t), t) = 25*diff(u(x, t), x, x), u(0,

t) = 0, u(3, t) = 0, u(x,0) = x+1];

>

>

44)

>

>

>

45)

>

>

>

46)

>

>

>

47)

>

>

>

48)

>

>

>

49)

>

>

>

50)

>

>

>

51)

>

>

>

top related