Tagged Questions
4
votes
2answers
593 views
Commands argmin and argmax in algorithm
I am trying to use the argmin and the argmax commands that I defined in an algorithm but I keep getting the argument not in the middle but on the right. Does anyone have an idea how to put the ...
6
votes
2answers
423 views
How do I create an algorithmic Tikz code to obtain a list of numbers which is conditionaly defined by a recurence relation?
Suppose, our initials are $a_{1,0}=0$, $a_{1,1}=1$ and $a_{1,j}=0$ for $j<0$. For given an integer $n$, define
$$a_{i,j}=\begin{cases} a_{i-1,\frac{j}{2}} & \text{ if $j$ is even},\\
...
3
votes
1answer
1k views
LaTeX algorithmic package: Undefined Control Sequence in for-Loop
I'm trying to specify an algorithm in pseudocode in a LaTeX document, but I'm having trouble with the for-Loop. My statement:
\for{$bin=0 to binCount$}
\item blablabla
\endfor
keeps on generating ...
5
votes
1answer
936 views
How do I define a new command in algorithmicx
The algorithmicx package defines two commands \Require and \Ensure for providing initial conditions. However, I'd like some custom commands such as \Assume, \Define, \Input, etc. At present, I merely ...
3
votes
2answers
326 views
Is \algorithmicand a standard command in the algorithmic package?
I have a tex file created by someone else which redefines commands of the algorithmic package to translate them to the Portuguese language. For example:
...
