求大神化简以下公式
mathematica吧
全部回复
仅看楼主
level 3
想把表达式in[1]用k1 , k2 , k3, Q1,Q2,Q3表示,代码如下:
(w^2 (w Subscript[M, 2] Subscript[M, 3] +
I Subscript[M, 1] Subscript[R, 3])^2 Subscript[R,
L])/((1 + I w Subscript[C, s] Subscript[R, L])^2 (w^2
\!\(\*SubsuperscriptBox[\(M\), \(3\), \(2\)]\) +
Subscript[R, 3] (Subscript[R, 2] + Subscript[R, L]/(1 + w^2
\!\(\*SubsuperscriptBox[\(C\), \(2\), \(2\)]\)
\!\(\*SubsuperscriptBox[\(R\), \(L\), \(2\)]\))))^2) /. {Subscript[M,
1]/Sqrt[Subscript[L, 1 i]*Subscript[L, 2]] -> Subscript[k, 1],
Subscript[M, 2]/Sqrt[Subscript[L, 1 i]*Subscript[L, 3]] ->
Subscript[k, 2],
Subscript[M, 3]/Sqrt[Subscript[L, 3]*Subscript[L, 2]] -> Subscript[
k, 3], (w*Subscript[L, 1 i])/(Subscript[R, i] + Subscript[r, s]) ->
Subscript[Q, 1], (w*Subscript[L, 2])/(
Subscript[R, 2] +
Subscript[R, L]*1/(
1 + w^2*Subscript[C, 2]^2*Subscript[R, L]^2)) -> Subscript[Q,
2], (w*Subscript[L, 3])/Subscript[R, 3] -> Subscript[Q, 3]}
2018年05月04日 08点05分 1
吧务
level 15
又是语义式匹配的问题。(是不是该专开个帖讲这事……)参考下面的帖:
https://tieba.baidu.com/p/4179104581?pid=80139548337&cid=0#80139548337
https://mathematica.stackexchange.com/questions/tagged/semantic-matching
2018年05月05日 03点05分 2
首先感谢吧主的回帖,但是给的链接我并没有看懂 很不直观
2018年05月05日 17点05分
@花落辞殇nice ……那就说得再具体一点。把这帖 mathematica.stackexchange.com/q/3822/1871 (包括里面的链接)里的代码浏览一下,应该就能有概念了。
2018年06月02日 06点06分
1