[sage-support] Re: How to get a vector from a result ?

2016-06-17 Thread Dominique Laurain
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,

[sage-support] How to get a vector from a result ?

2016-06-17 Thread Raum Operator
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][

[sage-support] Re: Sage Interacts in R

2016-06-17 Thread Rob Beezer
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