I'm trying to run some code I found that someone ran previously on Sage, but now it won't run. I'm new to Sage, so I'm not sure what to do.
This doesn't work now: rand_transVector = vector((uniform(-10,10),uniform(-10,10),uniform(-10,10))).transpose() It says: AttributeError: 'Vector_symbolic_dense' object has no attribute 'transpose' Could someone tell me what is wrong, or look at my project?
Thanks