How can I solve a partial derivative equation if it does not contain a time derivative in MATLAB?
    3 views (last 30 days)
  
       Show older comments
    
    Adrian Oblena
 on 23 Apr 2020
  
    
    
    
    
    Commented: J. Alex Lee
      
 on 24 Apr 2020
            MATLAB pdepe function requires a time derivative to solve the equation. What should I do if it does not contain a time derivative?
0 Comments
Accepted Answer
  J. Alex Lee
      
 on 24 Apr 2020
        
      Edited: J. Alex Lee
      
 on 24 Apr 2020
  
      If you mean by "no time variable" that your equation is elliptic in more than 1 independent variable, then unfortunately you'll either have to get the PDE toolbox or write your own solver.
2 Comments
  J. Alex Lee
      
 on 24 Apr 2020
				Depends on if you have BCs only at one side (Initial Value Problem) or at both sides (Boundary Value Problem). If IVP, you can use the ode45 (the ode suite, just do doc ode45). If a BVP, you can use bvp4c or bvp5c.
More Answers (0)
See Also
Categories
				Find more on Ordinary Differential Equations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!