MATLAB符号运算不能化简(即log(exp(x))不能继续化简)。
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
华纳公司开户热线【微8785092】
am 19 Mai 2023
Beantwortet: 华纳公司客服【微8785092】
am 19 Mai 2023
MATLAB中 log函数指以自然对数e为底的对数运算,而exp顾名思义就是指数运算,现在在MATALB中做符号运算,设x为一符号变量,首先测试exp(log(x)),完全OK,会得到x,但是奇怪的是输入log(exp(x))后得到的仍然是log(exp(x)),而不是x,有点令人费解,有人知道是咋回事么。这难道是因为MATLAB本来就是这么样定义的?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!