In case it is helpful, here are all my Mathematica videos in a single playlist ua-cam.com/play/PLxdnSsBqCrrE4j99TtW_zdyED2IVgbBUd.html. Please let me know what you think in the comments. Thanks for watching!
AE 501. This video and the other mathematica videos were very helpful. this course has been my first time using mathematica so having these for reference has helped
I'm glad it was helpful. There are several related videos on the channel. Please feel free to check them out and I would love to hear what you think in the comments. Thanks for watching!
AE 501 - I was struggling to show where my curves crossed the axes for the homework, creating and showing points is really helpful. Thank you for all the videos.
AE501: Plotting seems simpler in mathematica than matlab. Excited to see how I feel about both when doing the homework! Mathematica has been pretty cool since I have started using it this semester.
AE501: 15:02 So you use the show function to have the surface, line, and point all show up in the same plot and each object is it's own definition (i.e Plot3D, ParametricPlot3D, Graphics3D). How would you be able to attach a legend to the combined plot to designate what each is? Usually when I've used just one plotting method to plot in mathematica there is an option for legend but since we are using multiple plotting methods for the different objects and then combining them together via "show" function I'm curious how you would be able to add a legend (and to that fact other attributes like axis labels and plot titles). Does show have that ability? But overall, thanks for the great video!
AE501: When using the Plot3D command with a function being defined in a separate Mathematica row, I am getting an error that the tag list is protected. The y variable is showing up in blue as undefined while the x variable is showing up in black as defined. How would I define the function in a separate row? - Natalia Ermolaeva
The tag list protected error usually means you are trying to overwrite a variable that you've previously defined. Perhaps try 'Clear[variablename]' and then try again.
Is there any way to generate an oblique projection, let's say Cavalieri? While axonometric projections are mostly popular in engineering packages, mathematical books prefer the oblique ones. Of course, you can do it yourself but then you loose all the advantages of handling of hidden areas, etc
AE 501: Around the 12:00 mark when you are defining P, why does 3*cos(-2) give an output of 3*cos(2)? I'm sure this is basic math that I just cant remember, haha.
how can i recover calculations from graph plotted in mathematica. i have lost the calculations. while the grahs are present in coral draw. plz plz plz!!!!!!!!
I wonder (like in every good video) what the six dislike-people where expecting from a video called "3D Plotting in Mathematica"? The new Avengers movie? Kidding, great video :)
AE501. Thanks for another great video. I think I still like MATLAB more for graphing purposes but this video was very helpful in understanding 3D plotting in Mathematica. Thanks Professor.
#AE501 date:10/30/21. Chris this is Abram I am curious if there is a way to make Mathematica find our plotLine function? Say we didn't know that function was on the given surface, how would we work backwards to find that line function on the surface?
Abram, I'm not sure what you mean by finding the plotLine function? Do you mean if you have experimental data and would like to fit an analytical function to it? Let's talk at the next office hours, please remind me, thanks.
Hi, Thanks for reaching out, I'm glad you enjoyed the video. Unfortunately I'm unable to respond to questions on UA-cam due to the sheer volume of inquiries that I receive. That being said, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum or via the 'Thanks' button underneath the video as I'll be able to answer questions there. Given your interest in the topic, I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching! -Chris
In case it is helpful, here are all my Mathematica videos in a single playlist ua-cam.com/play/PLxdnSsBqCrrE4j99TtW_zdyED2IVgbBUd.html. Please let me know what you think in the comments. Thanks for watching!
Dear Chris, it is really very useful. Thank you very much!
Thanks a lot respected teacher
Piece of cake when going from 2D to 3D in Mathematica. Fun stuff when you have nice graphics plotted in 3D! Great content!
Nice resource for showing the different tools for plotting 3D figures in Mathematica.
AE 501. This video and the other mathematica videos were very helpful. this course has been my first time using mathematica so having these for reference has helped
I like your video. It`s clear, right to the point, professional. Tanks a lot.
I'm glad it was helpful. There are several related videos on the channel. Please feel free to check them out and I would love to hear what you think in the comments. Thanks for watching!
AE 501 - I was struggling to show where my curves crossed the axes for the homework, creating and showing points is really helpful. Thank you for all the videos.
Thank you for this introduction to Mathematica’s 3D plotting capabilities!
YOU'RE SAVING MY GRADES THANK YOU SO MUCH SO WELL EXPLAINED
I'm glad it was helpful thanks for watching!
I feel like that viewpoint will come quite in handy! The show function being able to be used for 3D is awesome too.
[AE501] 14:43
The syntax of Mathematica is a bit strange sometimes. It's good that you go over it in detail.
Thanks for showing some of the 3D plot capabilities in Mathematica.
Super cool looking! Easy to follow, as always
Love the ability to change the viewpoint of the 3D Plot
AE501: Learning how to 3D plot in Mathematica is very helpful and I like that it can be done with just one line of code!
AE501: Very informative! It seems very simple to pull up a 3d plot in Mathematica with a given dataset.
Helpful tutorial! The plotting aesthetics on Mathematica are much cleaner than Matlab
AE501: Plotting seems simpler in mathematica than matlab. Excited to see how I feel about both when doing the homework! Mathematica has been pretty cool since I have started using it this semester.
Very helpful tutorial going through some of the 3D plot options in mathematica, thank you! Can't wait to leverage these features.
Easy commands to generate complex plots, thanks for the tutorial!
Learned Mathemaica 3D plotting codes.
Thanks
Sam
Great video, thank you! I especially appreciated the sample notebook being available to download to have the code as a reference.
Thanks for the feedback Melissa, I will try to do this for other videos as well.
Awesome crash course in 3D plotting in Mathematica!
AE501: 15:02
So you use the show function to have the surface, line, and point all show up in the same plot and each object is it's own definition (i.e Plot3D, ParametricPlot3D, Graphics3D). How would you be able to attach a legend to the combined plot to designate what each is? Usually when I've used just one plotting method to plot in mathematica there is an option for legend but since we are using multiple plotting methods for the different objects and then combining them together via "show" function I'm curious how you would be able to add a legend (and to that fact other attributes like axis labels and plot titles). Does show have that ability? But overall, thanks for the great video!
Zane, you can combine with the 'Legended' command if you want to add fancy legends.
Great tips on working with 3D plots in Mathematica!
Great illustration of the use of the 'Show' command.
Good follow-up to the 2D tutorial. Thank you!
Mathematica's 3D plotting capabilities are pretty cool.
Learning so much about Mathematica's abilities!
AE501:
When using the Plot3D command with a function being defined in a separate Mathematica row, I am getting an error that the tag list is protected. The y variable is showing up in blue as undefined while the x variable is showing up in black as defined. How would I define the function in a separate row? - Natalia Ermolaeva
The tag list protected error usually means you are trying to overwrite a variable that you've previously defined. Perhaps try 'Clear[variablename]' and then try again.
Sir how to draw the graphs of functions with four variables ???
Is there any way to generate an oblique projection, let's say Cavalieri? While axonometric projections are mostly popular in engineering packages, mathematical books prefer the oblique ones. Of course, you can do it yourself but then you loose all the advantages of handling of hidden areas, etc
This video was a big help for me. Thank you.
Hello there any tips on non-parametric 3d plot?ANN for example?
AE 501: Around the 12:00 mark when you are defining P, why does 3*cos(-2) give an output of 3*cos(2)? I'm sure this is basic math that I just cant remember, haha.
Try plotting out cos and you'll see why this is true. Try 'Plot[Cos[t],{t,-10,10}]'
Cosine is an even function;)
I found this video highly useful. Thank you so much!
AE 501 Fall 2020! Thank you the useful 3-D plots in Mathematica.
Mathematica is so user friendly. Super easy to make 3D plots
how can i recover calculations from graph plotted in mathematica.
i have lost the calculations. while the grahs are present in coral draw.
plz plz plz!!!!!!!!
Awesome and easy to follow tutorial
How explore paper in mathematica plz help me
Didn't know Mathematica's plotting tool is this powerful
Great video for 3D plotting in Mathematica
Thanks for the insight on 3D plotting in Mathematica
[AE 501 JENNIFER JOHNSON] It's nice to watch the 3D plotting on a video. I have not done any 3D plotting in Mathematica before.
I wonder (like in every good video) what the six dislike-people where expecting from a video called "3D Plotting in Mathematica"? The new Avengers movie? Kidding, great video :)
I'm glad you enjoyed it, thanks for watching!
how do i do the arrow thing lol
AE501. Thanks for another great video. I think I still like MATLAB more for graphing purposes but this video was very helpful in understanding 3D plotting in Mathematica. Thanks Professor.
I agree and tend to like Matlab better. However I find Mathematica very useful if you want to do a quick visualization of a function.
What is command for labelling in 3D graph plot.
Use PlotLabel option
Great video, thanks for more information on plotting.
#AE501 date:10/30/21. Chris this is Abram
I am curious if there is a way to make Mathematica find our plotLine function? Say we didn't know that function was on the given surface, how would we work backwards to find that line function on the surface?
Abram, I'm not sure what you mean by finding the plotLine function? Do you mean if you have experimental data and would like to fit an analytical function to it? Let's talk at the next office hours, please remind me, thanks.
Great intro video, a little bit complicated when compared to matlab but I am sure there are some advantages
AE501 Good understanding of the 3D Mathematica plotting and how to manipulate various 3D space plots
Quick and easy, thanks!
Great video!
this is really useful! thanks.
AE501:
Thank you for the great video, it was very helpful in doing homework problem 3. - Natalia Ermolaeva
How do you Plot a single Vector? just a single arrow from the origin to a point in 3D space ?? anybody??
Graphics3D[Arrow{{x0,y0,z0},{x1,y1,z1}}]
Mathematica plotting is pretty diverse.
Thanks Chris!
Great video. Thanks.
Thanks for the video!
how to draw this 2i+3j+4k
Hi,
Thanks for reaching out, I'm glad you enjoyed the video. Unfortunately I'm unable to respond to questions on UA-cam due to the sheer volume of inquiries that I receive. That being said, I hope you'll consider supporting the channel via Patreon at www.patreon.com/christopherwlum or via the 'Thanks' button underneath the video as I'll be able to answer questions there. Given your interest in the topic, I'd love to have you as a Patron as I'm able to talk/interact personally with Patrons. Thanks for watching!
-Chris
Graphics3D[Arrow{{0,0,0},{2,3,4}}]
Very useful. Thanks.
Thank you for the video!
Great video
Great Refresher
Thanks for the video
good video. This is Martin Gonzalez, credit plz!
Good tutorial
Awesome.. Thanks...
Great vid
Great. Thanks!
Thanks!
Good Video
Maravilha.....obrigado!
thanks
God Bless You, cool
i think i like plotting in mathematica better than Matlab
优秀
AE501: This was helpful for the 3D plotting exercises in Mathematica from Homework 4.
Just curious, what's AE501?
@@manthanc7727 it's their course name
[A E 501 student] watched - CW
Hmm, art with Mathematica...
AE501
27 overly positive comments on a low-quality content video with 59 views. My spidey senses are tingling...
Great video
Thanks!
thanks