Help with the function 'mkpp' in a particular equations of motion

1 回表示 (過去 30 日間)
Luca Ceriola
Luca Ceriola 2019 年 6 月 1 日
コメント済み: Luca Ceriola 2019 年 6 月 2 日
Hi,
I have a problem with the function 'mkpp', when I have as equation of motion an 'Asymmetric Shp-5 for reducing the vibrations'
Breaks=[0 Tany]
qshp(t)= L+H*[28*(t)^3-48*(t)^(7/2)+21*(t)^4];
%My great problem is 48*(t)^(7/2)
How can I write the Coefs of the 'mkpp'? Mostly this coeff { 48*(t)^(7/2) }
How can I have to resolve the equation ?
  4 件のコメント
Walter Roberson
Walter Roberson 2019 年 6 月 2 日
Use a change of variables t -> T^2 so that you are working with integer powers. Be careful though as it can introduce additional roots.
Luca Ceriola
Luca Ceriola 2019 年 6 月 2 日
thank you very much. It works!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by