Feeds
답변 있음
How to define the size between multiple symbolic variables and sort these symbolic elements
The complete question is to evaluate quantum battery capacity. It comes from https://journals.aps.org/pra/abstract/10.1103/Phys...
How to define the size between multiple symbolic variables and sort these symbolic elements
The complete question is to evaluate quantum battery capacity. It comes from https://journals.aps.org/pra/abstract/10.1103/Phys...
1년 초과 전 | 0
질문
How to define the size between multiple symbolic variables and sort these symbolic elements
for example: syms c1 c2 c3; abs(c1) >= abs(c2) >= abs(c3) a = 1/4 - c2/4 - c3/4 - c1/4; b = c2/4 - c1/4 + c3/4 + 1/4; c = c1...
1년 초과 전 | 답변 수: 3 | 0
3
답변질문
如何定义多个符号变量之间的大小, 并在进行计算后,把这些符号变量排序
syms c1 c2 c3; abs(c1) >= abs(c2) >= abs(c3) a = 1/4 - c2/4 - c3/4 - c1/4; b = c2/4 - c1/4 + c3/4 + 1/4; c = c1/4 - c2/4 + ...
1년 초과 전 | 답변 수: 0 | 0