Ask Your Question

luis lastras's profile - activity

2022-08-04 12:25:34 +0200 asked a question Solve fails to identify the maximum of the entropy function

Solve fails to identify the maximum of the entropy function The entropy function has its maximum at x=1/2 Yet when one

2016-12-08 13:55:18 +0200 commented answer building matrices/vectors recursively

Thank you!! The other (implied) question is for matrices - for example, how to I accomplish composing a 4x4 matrix using 4 individual 2x2 matrices?

2016-12-08 08:49:31 +0200 received badge  Student (source)
2016-12-08 07:27:59 +0200 asked a question building matrices/vectors recursively

Suppose that a is a vector, s is a scalar and I am trying to build (say) b=[a; a*s] (a vector twice as long as a).

How do I accomplish this with sage? the default behavior will be for b to be a vector with 2 entries, each of which is a vector. But what I wanted is a vector that is effectively twice as long as a.