photo

jm


Last seen: 1 year 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
1 个回答

排名
292,019
of 301,186

声誉
0

贡献数
2 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,188

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,292

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

1 year 前 | 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 year 前 | 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 year 前 | 0 个回答 | 0

0

个回答