Anuncio

Colapsar
No hay ningún anuncio todavía.

Duda-resolver integral

Colapsar
X
 
  • Filtro
  • Hora
  • Mostrar
Borrar todo
nuevos mensajes

  • Matlab Duda-resolver integral

    Buenas noches a todos, mi duda es sobre la sintaxis para resolver una ecuación de diseño de un reactor de mezcla completa. Yo de antemano se que es una integral del tipo \int dv/v, pero quisiera saber porque me ha marcado error:

    La ecuación es t= \int Th/(Ctro-Ctr) dCtr evaluada en 0 y Ctrf

    y resolviéndola a mano se que t=-ln(Ctro-Ctrf)*Th + ln(Ctro)*Th

    pero la sintaxis que he utilizado para resolverla en matlab es:

    [FONT=Courier New][FONT=Courier New]syms [/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]Ctrf [/FONT][/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]Th [/FONT][/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]Ctro [/FONT][/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]Ctr[/FONT][/FONT][/FONT]
    [FONT=Courier New][FONT=Courier New][FONT=Courier New][FONT=Courier New][FONT=Courier New]y=int([/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]'(Th)/(Ctro-Ctr)'[/FONT][/FONT][/FONT][FONT=Courier New][FONT=Courier New],[/FONT][/FONT][FONT=Courier New][FONT=Courier New][FONT=Courier New]'Ctr'[/FONT][/FONT][/FONT][FONT=Courier New][FONT=Courier New],0,Ctrf);[/FONT][/FONT]

    [FONT=Courier New][FONT=Courier New]Agradecería mucho si pudieran ayudarme a resolver mi duda, saludos.[/FONT]
    [/FONT]
    [/FONT]
    [/FONT]
    [/FONT]
    Última edición por rowley; 10/09/2011, 05:46:34.

Contenido relacionado

Colapsar

Trabajando...
X