cubic equations
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi all,
I was wondering if matlab had a function that can decompose my cubic function into something simpler. My preference is that my cubic function breaks down into one second order function and another first order function.
Unfortunatly, my given equation does not have any numbers i.e it is the form As^3+Bs^2+Cs+D, so i don't think i can use things like the factor theorem to break it down.
Would I need to use the "syms" call in Matlab as well?
Thanks for your help.
0 Commenti
Risposte (1)
  Sean de Wolski
      
      
 il 23 Ago 2011
        Yes you'll need to create the object as a syms
docsearch syms factor
to factor it.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!