How Challenging Is It to Create a Non-Symbolic MATLAB Laplace Transform Solver?

AI Thread Summary
Creating a non-symbolic Laplace transform solver in MATLAB is a challenging task due to the complexity of the mathematical concepts involved. Resources for starting this project include numerical methods for integration and transformation techniques, as well as existing MATLAB code examples. Understanding the underlying principles of Laplace transforms is crucial for successful implementation. The discussion highlights the need for a solid foundation in both MATLAB programming and mathematical theory. Overall, developing such a solver requires significant effort and expertise in both areas.
prabhu2288
Messages
2
Reaction score
0
Hi all

How hard is it to write a symbolic laplace solver ?
(I am aware that there are many available out
there, but I wanted to write one in MATLAB
which doesn't use symbolic toolbox). Where can
I start to get a good reference for the code ?

Thank you
Prabhakar
 
Mathematics news on Phys.org
I might have misworded it..
By Laplace solver, I mean code that can
perform laplace transfroms.

Thanks
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top