Advice for using Manim | Grant Sanderson and Lex Fridman

Ғылым және технология

Full episode with Grant Sanderson (Aug 2020): • Grant Sanderson: Math,...
Clips channel (Lex Clips): / lexclips
Main channel (Lex Fridman): / lexfridman
(more links below)
Podcast full episodes playlist:
• Lex Fridman Podcast
Podcasts clips playlist:
• Lex Fridman Podcast Clips
Podcast website:
lexfridman.com/ai
Podcast on Apple Podcasts (iTunes):
apple.co/2lwqZIr
Podcast on Spotify:
spoti.fi/2nEwCF8
Podcast RSS:
lexfridman.com/category/ai/feed/
Grant Sanderson is a math educator and creator of 3Blue1Brown.
Subscribe to this KZread channel or connect on:
- Twitter: / lexfridman
- LinkedIn: / lexfridman
- Facebook: / lexfridman
- Instagram: / lexfridman
- Medium: / lexfridman
- Support on Patreon: / lexfridman

Пікірлер: 57

  • @BrianAmedee
    @BrianAmedee3 жыл бұрын

    This requires a dual skills; ability to educate an idea well (not easy), and ability to code/edit a video. We appreciate all who can do this!

  • @IQLabs

    @IQLabs

    2 жыл бұрын

    You're doing a fantastic job my friend! I love your Manim videos.

  • @BrianAmedee

    @BrianAmedee

    2 жыл бұрын

    @@IQLabs Thank you!

  • @JVerde853

    @JVerde853

    2 жыл бұрын

    Powerhouse of the cell

  • @mosalethoba5267

    @mosalethoba5267

    2 жыл бұрын

    You're gud with ur craft my guy

  • @naeemulhoque1777
    @naeemulhoque17772 жыл бұрын

    Some Other Software Grant mentioned- 1. Desmos 2. Grapher 3. GeoGebra 4. Mathematica

  • @mdal-amin_ku

    @mdal-amin_ku

    Жыл бұрын

    I think, He forget to mentioned MATLAB

  • @GospodinJean

    @GospodinJean

    Жыл бұрын

    Are all of these open source?

  • @user-nm5ge9ht3c

    @user-nm5ge9ht3c

    11 ай бұрын

    And keynote

  • @feelfree.1

    @feelfree.1

    8 ай бұрын

    I love Desmos, it is free

  • @Rapha_Carpio

    @Rapha_Carpio

    3 ай бұрын

    Thanks thanks thanks 🙏🏼

  • @tes_la
    @tes_la3 жыл бұрын

    Thank you so much for such a great explanation.

  • @fathanff1564
    @fathanff156411 ай бұрын

    Ahmad Bazzi has to be on the show

  • @mattkriese7170
    @mattkriese7170 Жыл бұрын

    Awesome. This seems like a great place to further expand my learning of python and mathematics. I’ve been looking for a more creative project for combining the two. Thrilled that this is open source and can’t wait to give it a try. Cheers!

  • @levi2234
    @levi22342 жыл бұрын

    This is a great tip. I onece made an uni presentation. Which ended up being more of a presentation in manim was cumbersome. Mainly use manim for computational animations is the best way to use it.

  • @Gameboygenius
    @Gameboygenius Жыл бұрын

    Steps for using Manim correctly: 1) Make sure Manim is actually the right tool for your project.

  • @pavelperina7629
    @pavelperina7629 Жыл бұрын

    I've just started experimenting with manim. Not because geogebra is bad, but it's different and sometimes ... actually many times, it's advantage to have option to multiply coordinates of 8 points by matrix at once. There were cases where I even wrote a code in C++ generating series of SVG images or gnuplot graphs and then doing batch conversion to PNG. Not for educational purposes, but for debugging of some computer graphics (geometry) or image processing related algorithms. But now I want to do some presentation and adding math in TeX is useful.

  • @yashnarvariya4725

    @yashnarvariya4725

    Жыл бұрын

    Hey. I want to create mainly equations videos only using manim. For that do i need to learn latex. And please tell me how you are learning manim Because i kinda find it hard.

  • @dakyion
    @dakyion3 жыл бұрын

    I wish someone can make it an extension for visual studio! That would be great!

  • @technodruid

    @technodruid

    3 жыл бұрын

    Why don't you?

  • @NicolaiWeitkemper

    @NicolaiWeitkemper

    2 жыл бұрын

    Huh, so what should it do that manim as a CLI doesn't?

  • @MrKrypton36

    @MrKrypton36

    Жыл бұрын

    because you don't need to, just install it with conda and allow vs code access

  • @mladizivko

    @mladizivko

    9 ай бұрын

    why tho? it is a package for python

  • @ElectroNeutrino

    @ElectroNeutrino

    7 ай бұрын

    @@mladizivko Visual Studio is a really common IDE for python work.

  • @StarFury2
    @StarFury2 Жыл бұрын

    I'm surprised how flexible and easy to use manim is, especially if you tried to code some of it's abilities from scratch. What an awesome person Grant is to make this tool available to anyone as open source.

  • @yashnarvariya4725

    @yashnarvariya4725

    Жыл бұрын

    Please tell me how to learn it

  • @StarFury2

    @StarFury2

    Жыл бұрын

    @@yashnarvariya4725 Follow manim documentation online, they do explain things in details. Also KZread has many tutorials to get you started.

  • @yashnarvariya4725

    @yashnarvariya4725

    Жыл бұрын

    @@StarFury2 thanks for reply I started learning python for manim mainly. I want to create some basic equation animation only by manim. Can you tell me how long will it take me to get their or i need to learn any other things like latex?

  • @StarFury2

    @StarFury2

    Жыл бұрын

    @@yashnarvariya4725 It depends on your motivation and time invested. I started learning python 1 year ago for similar reasons - making physics animations and apps for my classes. After a month or two, you could get comfortable working with python basics and start making some manims of your own. OOP stuff will take more time to click in. Latex is a huge typsetting framework, but for manim you only need simple math commands. Don't expect fast production of manim animations though. A good few minutes long animation can take days of work to complete. However, if you are a teacher like me, or a student or an academic, learning python and latex is great investment in a long run.

  • @yashnarvariya4725

    @yashnarvariya4725

    Жыл бұрын

    @@StarFury2 your advice means a lot to me.currently I am in my second year of undergraduate course in engineering, I like to teach physics that's why I though manim would be useful thing.but from your advice it looks a big task cause I have college assignment and all. But still I wouldn't lose hope on manim but do you recommend any other better alternative whose learning curve is not so steep and I can do some base typewriting animation effect in it as well

  • @NamasenITN
    @NamasenITN Жыл бұрын

    The video starts at 2:18

  • @abhinavbhardwaj5517
    @abhinavbhardwaj5517 Жыл бұрын

    I use manim bcs it allows me to practice programming and do creative maths at the same time .and also improves my problem solving

  • @agrajyadav2951
    @agrajyadav2951 Жыл бұрын

    bruh look at those biceps damn

  • @donegal79
    @donegal79 Жыл бұрын

    the first question finishes after 1:21.

  • @acceloratajengold
    @acceloratajengold3 жыл бұрын

    Very cool, I also love trying to animate Möbius strips in interesting ways. This is fascinating I will for sure be having a play around with Manim 🤖♾

  • @acceloratajengold

    @acceloratajengold

    3 жыл бұрын

    @M T I don't know. Does it have to be useful? I just like the way it looks and the way you can apply animation dynamics in 3D design.

  • @mortazakhedri1583

    @mortazakhedri1583

    3 жыл бұрын

    @@acceloratajengold when you made the mobius strip could you put an vector in it and find it’s eigen value?

  • @ashutoshtiwari8225

    @ashutoshtiwari8225

    3 жыл бұрын

    Then be sure to invert it and recreate the scene from endgame.

  • @deplant5998
    @deplant59982 жыл бұрын

    Elon, Bill please give this man some money!!

  • @ArtamisBot
    @ArtamisBot Жыл бұрын

    I need to implement manim into my automation software...

  • @andrazandjelic3511
    @andrazandjelic3511 Жыл бұрын

    The toughest thing about manim for now is downloading it😅

  • @DisDatK9

    @DisDatK9

    Жыл бұрын

    Getting it to successfully run from CMD (which is the only means to do it I’m pretty sure,) definitely took me a bit. I also am not the biggest fan of having to process in high quality to ensure there aren’t any weird visual bugs which automatically save to a folder, so inevitably I end up having to constantly delete the huge amount of data that my attempts are saved as. I couldn’t find anything in the functionality to quickly delete the work-in-progress videos, and I wish I had the knowledge to be able to make it.

  • @pavelperina7629

    @pavelperina7629

    Жыл бұрын

    Nah, installing 25 extensions for LaTeX

  • @andrazandjelic3511

    @andrazandjelic3511

    Жыл бұрын

    @@pavelperina7629 that part was simple for me to be honest... Took some time but at the end it worked

  • @mladizivko

    @mladizivko

    9 ай бұрын

    @@DisDatK9 you could add some python lines to delete the previous file. put it on top of your file generation functions, so it always deletes the previous one, before adding a new one.

  • @snesmocha

    @snesmocha

    8 ай бұрын

    This took me 10 minutes 💀

  • @frosty8655
    @frosty86553 жыл бұрын

    Why does he wear space x shirt ? Is he working for them ?

  • @Magmatic91

    @Magmatic91

    3 жыл бұрын

    No I think he's just a fan.

  • @randy52000

    @randy52000

    3 жыл бұрын

    Every engineer/math person is a spacex man when musk calls

  • @zrmsraggot

    @zrmsraggot

    3 жыл бұрын

    Are you a rolling stone

  • @egoworks5611

    @egoworks5611

    2 жыл бұрын

    @@randy52000 HAHHAHA

  • @CrazyFanaticMan

    @CrazyFanaticMan

    2 жыл бұрын

    @@zrmsraggot 🤣🤣

  • @soundaryalahari3802
    @soundaryalahari380211 ай бұрын

    Well now with GPT-4 assisting you, using Manim isn’t difficult anymore… used GPT-4’s assistance to create these videos to visualise multiplication tables for my 6year old kid with just a couple of hour of effort, without any prior experience: kzread.info/head/PLUlbJLpeMpINh42KYO7Z2pJzyoyUXsqui

  • @mladizivko

    @mladizivko

    9 ай бұрын

    Damn, good job! Did you ever program in Python before?

  • @soundaryalahari3802

    @soundaryalahari3802

    9 ай бұрын

    Thanks! Coded in python a lot… but had no prior experience in using manim…

  • @pol165
    @pol1652 жыл бұрын

    888 likes xd

  • @IshanBanerjee
    @IshanBanerjee2 жыл бұрын

    Don't know why, but after knowing about Manim, I don't feel like using desmos Or geogebra 🥲

Келесі