Replacement/substitution by complex rules
Ältere Kommentare anzeigen
Hello, is there any function that I can use to apply the complex rules for general use ?
For example, given a function --- abs(x+y)^2, we know this can be expressed in the following complex form : i.e.
abs(x+y)^2 = (x+y) * conj(x+y)
As far as I know, Mathematica has such function like
Abs[x_] -> Sqrt([x Conjugate[x]])
Therefore, I'm wondering if Matlab also provides has the replacement function similar to Mathematic's.
Any advice is highly appreciated. Many thanks in advance.
2 Kommentare
Azzi Abdelmalek
am 19 Jun. 2013
Bearbeitet: Azzi Abdelmalek
am 19 Jun. 2013
What are *? if they are not part of your code, please remove them, also it's not clear for me what you are asking
MINGYEN CHEN
am 20 Jun. 2013
Antworten (0)
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!