Hello,
You have an answer there :
http://stackoverflow.com/questions/14084317/python-mutable-vectors-are-unhashable-error
Next in my trying code in sagemath cloud (worksheet cell)
Dominique
OP_2 = MatrixSpace(CDF,2,2)
sigma_x = OP_2([0,1,1,0])
sigma_y = OP_2([0,i,-i,0])
sigma_z = OP_2([1,0,0,
I have a 2-dimensional symbolic Matrix and I compute the eigenvectors of it:
OP_2 = MatrixSpace(CDF,2,2)
sigma_x = OP_2([0,1,1,0])
sigma_y = OP_2([0,i,-i,0])
sigma_z = OP_2([1,0,0,-1])
t=var('t')
H1=(1-t)*sigma_x+t*sigma_z
H1.eigenvectors_left()
Now my idea was to use
H1.eigenvectors_left()[0][
On Thursday, June 16, 2016 at 8:00:20 PM UTC-7, kcrisman wrote:
> You can embed them.
>
> https://www.rstudio.com/faq-items/can-i-embed-shiny-apps-in-other-websites-e-g-iframes/
>
> However, I don't see an obvious way to get this to interact easily with
> the Sage cell framework, it's completely