Thank you so much Dan for this video. Lovely presentation of the material. Really appreciate your tireless, creative and original approach to this stuff.
You are such a great teacher. I’ve learned so much from watching your videos and tutorials / lectures. Thanks for all your hard work, and your mission to make these concepts digestible for a large audience!!
Been watching you on and off for years. Very much appreciate your content. You are always so upbeat and informative in an easy to understand manner. Have learned a ton! Thanks
If only my school/college teachers had been like you... I will say it again: your students at the university, what lucky folks they are. I even wonder if they are aware of that.
Wow I’m impressed with your efforts to teach those materials. I wanted to understand how Mathy stuff work and am logically but not mathy programmer. Thank you for putting them up!
These videos are really approachable, even by younger audience, I can see top programmers in the future asked about the secret behind their success responding "Coding train"
This is great! Really timely for me as I'm rewriting some game physics I coded a year ago and doing a much better job after this reminder of what it all does, so thank you!
In French we have an other way to remember, we say "cah soh toa" because it sounds like "casse toi" which mean "get out" so it make the student laugh and we remember it
Was looking into this. Than randomly while taking a break i did see that coding train uploaded a video with the exsact think i was trying to learn :D xD Going to watch this video until i understend it and remembers it. Probly going to have to watch it 69 times :/ Ps. Keep up the good work :D
I learned to code thanks to Mr. Shiffman, and his wonderfully-explained Learning Processing series. I recall watching and re-watching some, if not most of the videos, several times while I grasped the concept. It's not unlike practicing a challenging song on your favorite instrument. We stumble over and over again, until one day, as if by who-knows-what force, you break through and "get it". It all clicks at that moment, and Mr. Shiffman is a true master at making it all click.
3 роки тому
Thanks for this video. I would like to know how to use this fundamentals to draw diagonals of any polygon.
I know that you might not be able to but I was trying to figure out how to make a socket server but I have windows and I can't figure it out because there aren't any videos about windows, node and p5
Something I find useful which you didn't mention, is that the tangent of an angle will give you the cartesian slope of the line at that angle; this can also be useful going in reverse to use the arctangent (aka inverse tangent) to find the angle to align something with a given slope
Hi ... i´m working on the pde format... the final increase doesn´t seem to work with fractions.. only with 1 or bigger values but the point rotates too fast.. what is the problem? --- int angle=0; void setup(){ size(900,900); } void draw(){ background(40); noFill(); strokeWeight(5); stroke(100,100,100); var r=200; translate(450,450); circle(0,0,r*2); strokeWeight(15); stroke(250,238,33); var x=r* cos(angle) ; var y=r* sin(angle); point(x,y);
If I draw 2000 rectangles of random values transformation in p5.js using a for loop, it freezed for something 8 sec is that something wrong on my system?
You didn't make the concepts easier to understand; you made them obvious. I'm always impressed by your classes, it's wonderful.
Thank you so much Dan for this video. Lovely presentation of the material. Really appreciate your tireless, creative and original approach to this stuff.
Thank you for the nice feedback!
You are such a great teacher. I’ve learned so much from watching your videos and tutorials / lectures.
Thanks for all your hard work, and your mission to make these concepts digestible for a large audience!!
Agree 100%
i second this. He's amazing.
The sounds you make when you draw those dotted lines, even when sped up, is very soothing. - - - - - - - - - - 😌
This video gave me a light bulb moment where it all suddenly makes sense . Awesome video thank you.
i've learned more math in a couple of your videos than i could've ever hoped to learn.
Your enthusiasm is infectious 🙏👌
what a wonderful tutor. dude, you have such a natural knack for making these (somewhat) obtuse topics accessible. keep it up!
I had great teachers at school, but this way of refreshing those concepts are greeeeeeaaaaaaat * 10000; really appreciate it
I should add your name in the credits of my mini game!
Loving this series dan! excellent work you're doing!
He rules!
@@DannySullivanMusic are you a bot?
I can't stop watching your videos thank you so much Dan, Cheers.
Definitely a natural teacher type, by the way.
I am just in love with your content, everytime when some of your video pops on my timeline, I get super excited 🎉🙏
Been watching you on and off for years. Very much appreciate your content. You are always so upbeat and informative in an easy to understand manner. Have learned a ton! Thanks
Thanks for the nice explanations!
You have become younger than you were 4 years before
You can tell he loves what he does!
He must have eaten something that gives him beans of energy. I wonder what he has been fed on.
If only my school/college teachers had been like you... I will say it again: your students at the university, what lucky folks they are. I even wonder if they are aware of that.
Love this portion of your series!
The best teacher!
This channel is a brilliant! Thank you for your work!
Wow I’m impressed with your efforts to teach those materials. I wanted to understand how Mathy stuff work and am logically but not mathy programmer. Thank you for putting them up!
That was a fantastic explanation! It really helped solidify those formulas and how to use them. Thank you!
I’m speechless, Thank you
These videos are really approachable, even by younger audience, I can see top programmers in the future asked about the secret behind their success responding "Coding train"
This is great! Really timely for me as I'm rewriting some game physics I coded a year ago and doing a much better job after this reminder of what it all does, so thank you!
this is so close to teaching quantum computing...can't wait for those videos
The DaVinci Code, Trigonometry, Programming Code, Mathematical Axioms in Chaos Theory, & Mandelbrot plot all make sense now lol
I LOVE this series, thank you very much.
I was about to take a break between my study sessions ,but this video is more attractive 💜
Thank you 🌺
I never understood topic but you teach me thanks Amazing video
Thank you, very useful.
Vanakkam nanbare..
Does the lovely creature on the left side of the sin/cos/tan chart that pops up during your explanations represent the infamous this dot? >_
Indeed!!
I love your enthusiasm man 💖
Superb content ! As always.
In French we have an other way to remember, we say "cah soh toa" because it sounds like "casse toi" which mean "get out" so it make the student laugh and we remember it
This was fascinating. Thanks a ton!
Was looking into this. Than randomly while taking a break i did see that coding train uploaded a video with the exsact think i was trying to learn :D xD
Going to watch this video until i understend it and remembers it. Probly going to have to watch it 69 times :/
Ps.
Keep up the good work :D
I learned to code thanks to Mr. Shiffman, and his wonderfully-explained Learning Processing series. I recall watching and re-watching some, if not most of the videos, several times while I grasped the concept. It's not unlike practicing a challenging song on your favorite instrument. We stumble over and over again, until one day, as if by who-knows-what force, you break through and "get it". It all clicks at that moment, and Mr. Shiffman is a true master at making it all click.
Thanks for this video. I would like to know how to use this fundamentals to draw diagonals of any polygon.
Tbh i didn't understand most of the video, until i knew the goal of it
I know that you might not be able to but I was trying to figure out how to make a socket server but I have windows and I can't figure it out because there aren't any videos about windows, node and p5
That pen sound is driving me crazy.
Dan is officially comparable to the legendary Eddie Woo
He may be even better...
What if i want to find the intersection points of two circles in polar and cartesian coordinates?
Charged Circle ⚡
Muito bom, parabéns pelo vídeo
how many times did u touch the screen to remove the hair?
Something I find useful which you didn't mention, is that the tangent of an angle will give you the cartesian slope of the line at that angle; this can also be useful going in reverse to use the arctangent (aka inverse tangent) to find the angle to align something with a given slope
atan2 to compensate for the sign, to be more exact
i haven't seen a magician like you..
Hi ... i´m working on the pde format... the final increase doesn´t seem to work with fractions.. only with 1 or bigger values but the point rotates too fast.. what is the problem?
---
int angle=0;
void setup(){
size(900,900);
}
void draw(){
background(40);
noFill();
strokeWeight(5);
stroke(100,100,100);
var r=200;
translate(450,450);
circle(0,0,r*2);
strokeWeight(15);
stroke(250,238,33);
var x=r* cos(angle) ;
var y=r* sin(angle);
point(x,y);
angle += 0.2;
}
Try making angle a float!
Bravo !
If I draw 2000 rectangles of random values transformation in p5.js using a for loop, it freezed for something 8 sec is that something wrong on my system?
oh man you were better at explaining sin, cos and tan then any of my high school math teachers ever did lol
We love you ! man ... you make me to code ! ahhaa
Nice thanks
This is weird, I went back on processing for the first time in a month or so to do some polar coordinate thing just two days ago.
Cool!
i actually still remember sohcahtoa dang
SOHCAHTOA
Some Old Horses Can Always Hear Their Owners Approach
Sin=Opp/Hyp
Cos=Adj/Hyp
Tan=Opp/Adj
Ily
How do you make such great videos teach me?
12th!
Second too from india😂
Third
I am in 12th and
My mind:- I know everything😎😎😎😎😎😎😎
second
Fourth
Who knows the Gaga Hühnerhof mnemonic?
First?
Indeed i am haha no other comments shown even after refresh
Second
Whosds
Brb
Hi
14th
4th comment
Please get me out of here