Ask your own question, for FREE!
Mathematics 19 Online
OpenStudy (anonymous):

For anyone working on volume of revolution, this may help you.

OpenStudy (anonymous):

Go to: http://www.sagenb.org/ Log in using Username: Solid Password : revol Once logged in, click Solid

OpenStudy (anonymous):

Thanks. I got in, couldn't find button solid, pressed published and got a page starting off with var('y, theta, x' and with an f(x) already in an entry box at the bottom. Couldn't get it to do anything though?

OpenStudy (anonymous):

OpenStudy (anonymous):

Ah, it says "untitled" on my page...

OpenStudy (anonymous):

Click it

OpenStudy (anonymous):

This is the actual link http://www.sagenb.org/home/solid/0

OpenStudy (anonymous):

Try this http://www.sagenb.org/home/Solid/

OpenStudy (anonymous):

Wants me to name it, go ahead?

OpenStudy (anonymous):

Or rename it, to be precise..

OpenStudy (anonymous):

go ahead

OpenStudy (anonymous):

Function in the first entry box?

OpenStudy (anonymous):

Yes, it is bunch of code, go down from there

OpenStudy (anonymous):

OpenStudy (anonymous):

Yes I did already, I have put -x^2 +2 in the first entry box and clicked evaluate.. Next?.

OpenStudy (anonymous):

evaluate? There is 'update' button, is that it

OpenStudy (anonymous):

Oh I see, you have supplied another pic, let me look at that.

OpenStudy (anonymous):

Mine doesn't look like that it has an entry box with evaluate under it.

OpenStudy (anonymous):

Do you want a pic?

OpenStudy (anonymous):

Yes, please

OpenStudy (anonymous):

OpenStudy (anonymous):

Okay, click in the textbox with code in it and press shift enter

OpenStudy (anonymous):

loading an applet, some boxes.

OpenStudy (anonymous):

OK, got it:-)

OpenStudy (anonymous):

ok,Have fun

OpenStudy (anonymous):

Salud! I have sagenb on my other machine...

OpenStudy (anonymous):

I can download the worksheet..

OpenStudy (anonymous):

I have it on my Ubuntu part of my machine but does not work anymore

OpenStudy (anonymous):

I used to run it in a Linux emulation on XP but stopped working in WIn 7 (64 bit).

OpenStudy (anonymous):

Andlinux (is Ubuntu).

OpenStudy (anonymous):

I though it might help people visualize it, but I have to figure out a way for people to access it without logging in

OpenStudy (anonymous):

So what happens if you share/publish? Still have to log in (using their server, I suppose u have to).

OpenStudy (anonymous):

The 3D plot does not work in published document

OpenStudy (anonymous):

Ah....

OpenStudy (anonymous):

http://www.sagenb.org/home/pub/2893

OpenStudy (anonymous):

Traceback (click to the left of this block for traceback) ... NameError: name 'ring' is not defined

OpenStudy (anonymous):

#auto @interact def _(func1=input_box('x^2',label='f(x)=',type=str), func2=input_box('x',label='g(x)=',type=str),a=0,b=1, axis=selector(['x','y'],label='Axis of rotation:',buttons=True),auto_update=False): f = lambda x: sage_eval(func1,{'x':x}) g = lambda x: sage_eval(func2,{'x':x}) if axis=='x': f1 = lambda t,x: x f2 = lambda t,x: f(x)*cos(t) f3 = lambda t,x: f(x)*sin(t) g1 = lambda t,x: x g2 = lambda t,x: g(x)*cos(t) g3 = lambda t,x: g(x)*sin(t) else: f1 = lambda t,x: x*cos(t) f2 = lambda t,x: x*sin(t) f3 = lambda t,x: f(x) g1 = lambda t,x: x*sin(t) g2 = lambda t,x: x*cos(t) g3 = lambda t,x: g(x) g3d = parametric_plot3d([f1,f2,f3],(0,2*pi),(a,b),color='orange',opacity=0.5) g3d += parametric_plot3d([g1,g2,g3],(0,2*pi),(a,b),color='green',opacity=0.5) show(g3d)

OpenStudy (anonymous):

Yes, I get everything except the applet plus that error. The trouble is not with the Java, I just checked the console for that.

OpenStudy (anonymous):

I took out the codes about ring, maybe try replacing the code with one above

OpenStudy (anonymous):

That works...

OpenStudy (anonymous):

Still shows the error, but works...

OpenStudy (anonymous):

OpenStudy (anonymous):

nice

OpenStudy (anonymous):

So I guess maybe you repost this, I see a lot of solrev questions on here.

OpenStudy (anonymous):

Yeah, but most student might not be patient enough to go through all of this

OpenStudy (anonymous):

But you can publish now, with the amended code and it will work?

OpenStudy (anonymous):

Like go http://www.sagenb.org/home/pub/2893 Enter function, enter...blah blah, pressupdate, done.

OpenStudy (anonymous):

No, the graphics does not come up

OpenStudy (anonymous):

It did for me....

OpenStudy (anonymous):

might be a server prob, I will putting it on my University server,lol

OpenStudy (anonymous):

http://www.sagenb.org/home/pub/2893 doesn't have the code changed?

OpenStudy (anonymous):

That's interesting, after I pressed edit a copy, it came up...

OpenStudy (anonymous):

Link's gone, I guess u are editing it...

OpenStudy (anonymous):

it seems that we broke the server

OpenStudy (anonymous):

Ooops....

OpenStudy (anonymous):

Maybe it's a antihacking thing...

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!