Skip to content

Commit

Permalink
Update keywords-algebra.adoc
Browse files Browse the repository at this point in the history
fix `vec()` @lberti
  • Loading branch information
prudhomm authored Jul 6, 2018
1 parent 2b614c4 commit 0d1c1c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usual syntax to create vectors:

|===
|Feel++ Keyword | Math Object | Description | Dimension
|`vec<n>(v_1,v_2,...,v_n)`|stem:[\begin{pmatrix} v_1\\v_2\\ \vdots \\v_n \end{pmatrix}]| Column Vector with stem:[n] rows entries being expressions|stem:[n \times 1]
|`vec(v_1,v_2,...,v_n)`|stem:[\begin{pmatrix} v_1\\v_2\\ \vdots \\v_n \end{pmatrix}]| Column Vector with stem:[n] rows entries being expressions|stem:[n \times 1]
|===

You can also use expressions and the unit base vectors:
Expand Down

0 comments on commit 0d1c1c5

Please sign in to comment.