LaTeX How to Write Optimization Problems in LaTeX?

AI Thread Summary
The discussion focuses on converting a mathematical expression from MathType to LaTeX format, specifically the expression for minimizing a function over a complex vector space. The user seeks to represent the minimization concept accurately in LaTeX, noting that using "min" is a less precise alternative. The goal is to achieve a correct LaTeX representation that mirrors the original MathType formatting, emphasizing the need for clarity in mathematical notation within the LaTeX environment.
nikilp
Messages
2
Reaction score
0
I am trying to write something like:

minimize
{w \in \mathbb{C}^N}

You can see it in the attached file. It is written in MathType. I want to do the same in LaTeX.
One way (not so correct) is to use "min" instead of "minimize":

\displaystyle \min_{w \in \mathbb{C}^N}
 

Attachments

Physics news on Phys.org
\underset{w\in \mathbb C^N}{\text{minimize}}
 
thank you!
 

Similar threads

Replies
1
Views
2K
Replies
1
Views
3K
Replies
3
Views
2K
Replies
5
Views
3K
Replies
3
Views
2K
Replies
20
Views
3K
Back
Top