photo

jm


Last seen: 2 years ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
292,049
of 301,383

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Answered
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...

2 years ago | 0

Question


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...

2 years ago | 3 answers | 0

3

answers

Question


如何定义多个符号变量之间的大小, 并在进行计算后,把这些符号变量排序
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 + ...

2 years ago | 0 answers | 0

0

answers