Réponse acceptée

Jan
Jan le 7 Déc 2021
x * exp(log(2^x)) = 1

3 commentaires

MARTINS Preimanis
MARTINS Preimanis le 7 Déc 2021
Modifié(e) : MARTINS Preimanis le 7 Déc 2021
should't this (log(2^x)) be raised in power to the exp
Yongjian Feng
Yongjian Feng le 7 Déc 2021
Modifié(e) : Yongjian Feng le 7 Déc 2021
exp already means power, e^x is exp(x). matlab will even simplify this for you.
Jan
Jan le 7 Déc 2021
@MARTINS Preimanis: Whenever you have such questions, there are two standard ways:
  1. Ask Matlab: doc exp
  2. Try it: exp(2)

Connectez-vous pour commenter.

Plus de réponses (1)

Yongjian Feng
Yongjian Feng le 7 Déc 2021
Modifié(e) : Yongjian Feng le 7 Déc 2021

1 vote

e^x is exp(x) in matlab, and lnx is log(x).

Catégories

En savoir plus sur Exponents and Logarithms dans Centre d'aide et File Exchange

Produits

Version

R2018a

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by