How can I do Mathematica-style
a = Table[2^(2 k) + 1, {k, 1, 3}]
Last[a], First[a]
Append[a,3]
in Octave?
|
1
|
How can I do Mathematica-style
in Octave?
|
|||
|
|
|
|
I'd do this as
Here, Added after question was edited: |
|||
|