Lillian - MATLAB Central
photo

Lillian


University of Pittsburgh

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/14 to 04/25Use left and right arrows to move selectionFrom 05/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
0 回答

ランク
34,501
of 298,180

評判
1

コントリビューション
6 質問
0 回答

回答採用率
33.33%

獲得投票数
1

ランク
 of 20,546

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,541

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Linear combinations of polynomials
Here's the setup a la Matlab: >> syms a b c d abcA >> p1 = expand((a^2+b^2+c^2+d^2+2-2*a*b*c*d)^2) >> p2 = subs(p1,d^...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


How to find a linear combination for a polynomial in multiple variables
Here's the setup a la Matlab: >> syms a b c d abcA >> p1 = expand((a^2+b^2+c^2+d^2+2-2*a*b*c*d)^2) >> p2 = subs(p1,d^...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


Why is numden function returning values with fractions?
I'm trying to simplify an expression. I wrote: >> syms r a b c d x y; A = tanh(a/4)*sqrt((cosh(r)-cosh(a/2))/(cosh(r)+c...

10年以上 前 | 0 件の回答 | 0

0

回答

質問


what does the simplify command do?
I was just wondering what sort of things simplify() is able to handle. What exactly does it do? I am trying to simpl...

10年以上 前 | 1 件の回答 | 1

1

回答

質問


Why is Matlab not writing out all the terms in an expansion?
I am trying to expand some polynomials, and I typed: >> y1 Syms s1 s2 s3 s4; y1 = (s1^2 - 4*s2 + 8*s4^(1/2))*(4*s2...

11年弱 前 | 0 件の回答 | 0

0

回答

質問


Why is the word "and" coming up in my output?
I am trying to simplify an expression, but the word "and" keeps popping up in my result. When I try to work with this further, I...

11年弱 前 | 1 件の回答 | 0

1

回答