Nathaniel Johnston
Nathaniel Johnston
  • 134
  • 665 133
Superpermutations but Easier - Minimal Injective Superstrings
We consider a problem that is closely related to the minimal superpermutation problem, but is significantly easier: what is the shortest "injective superstring"? That is, what is the shortest string that contains, as substrings, all strings with distinct digits (but fewer digits per string than a permutation)?
The results demonstrated in this video are based on the following article:
Ashlock, Daniel A.; Tillotson, Jenett (1993), "Construction of small superpermutations and minimal injective superstrings", Congressus Numerantium, 93: 91-98.
Blog post: njohnston.ca/2024/05/minimal-injective-superstrings-a-simpler-generalization-of-superpermutations/
Timestamps:
00:00 Introduction
00:24 A Reminder: Superpermutations
01:47 Definition Time: Injective Superstrings
05:21 Proving Existence (via Graph Theory!)
10:03 Back to Superpermutations: What Goes Wrong
Background reading and watching about superpermutations:
Numberphile video: ua-cam.com/video/wJGE4aEWc28/v-deo.html
Stand-up Maths video: ua-cam.com/video/OZzIvl1tbPo/v-deo.html
Quanta article: www.quantamagazine.org/sci-fi-writer-greg-egan-and-anonymous-math-whiz-advance-permutation-problem-20181105/
Animations made with Manim.
#superpermutation #permutations #superstring #injectivefunction
Переглядів: 313

Відео

How to do Polynomial Interpolation with Linear Algebra
Переглядів 6864 місяці тому
We demonstrate how to use systems of linear equations to fit polynomials to a given set of points. We can fit a line to 2 points, a parabola to 3 points, and in general a degree (n-1) polynomial to n points. Textbook (Section 2.1): njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Timestamps: 00:00 Introduction 00:15 Fitting a line to 2 points 03:40 Fitting a parabola to 3 po...
Herschel tracks tutorial for Conway's Game of Life - Part 1 - Making oscillators of any large period
Переглядів 4745 місяців тому
We introduce Herschel tracks and show how to build oscillators and glider guns out of them in Conway's Game of Life. In particular, we show how to use them to build oscillators and glider guns of any period 61 or larger. Previous video, which discusses B-heptominoes: ua-cam.com/video/dfmCyrfxkTM/v-deo.html 00:00 Introduction 00:25 Chapter 1: What the Herschel? 03:40 Chapter 2: Rotating a Hersch...
Applications of Linear Systems: Finding Commuting Matrices
Переглядів 4455 місяців тому
How to use systems of linear equations to find matrices that commute with a given matrix. After we find the answer, we'll realize that we should have known it from the start. Textbook (Section 2.1): njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Timestamps: 00:00 Introduction 00:36 Problem Setup 03:30 Doing Row Operations 04:28 Interpreting the Solution Animations made wit...
Applications of Linear Systems: Finding Orthogonal Vectors
Переглядів 3265 місяців тому
How to use systems of linear equations to find vectors that are orthogonal to others vectors. We work through several examples in two, three, and four-dimensional space. Textbook (Section 2.1): njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Timestamps: 00:00 Introduction 00:16 Chapter 1: In 2 Dimensions 01:10 Chapter 2: In 3 Dimensions 05:57 Chapter 3: In Higher Dimensions...
Solving the "Lights Out" Puzzle via Linear Algebra
Переглядів 2,2 тис.5 місяців тому
"Lights Out" is a puzzle that pops up frequently, especially in video games. We show how to solve it via linear algebra mod 2. Section 2.A.2 of my linear algebra textbook is all about this game. Full textbook: njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Free snippet of that section: njohnston.ca/lights_out.pdf Play Lights Out online: daattali.com/shiny/lightsout/ Wikipe...
First true period 15 and 16 glider guns found in Conway's Game of Life
Переглядів 1,9 тис.6 місяців тому
We discuss some new glider guns that were found in Conway's Game of Life by user "Period1GliderGun". True period-15 glider gun: conwaylife.com/wiki/Period-15_glider_gun True period-16 glider gun: conwaylife.com/wiki/Period-16_glider_gun 00:00 Introduction 00:28 Chapter 1: What's a Gun? 05:39 Chapter 2: The Brand New True Period 15 and 16 Guns 10:40 Chapter 3: What's Left? Textbook (Chapter 8): ...
What is the Maximum Possible Area of 3 Circles in a Triangle?
Переглядів 4476 місяців тому
We explore and answer the question of how to place 3 non-overlapping circles inside a triangle so as to cover the maximum amount of area. The solution probably isn't what you expect! Desmos graph: www.desmos.com/calculator/gg6ju7p61t 00:00 Introduction 00:13 Chapter 1: The Problem 01:43 Chapter 2: Let's Do Better 03:51 Chapter 3: Let's Get Greedy 05:13 Chapter 4: A Correction Centuries in the M...
Linear Algebra - Lecture 44: Matrix Functions via Diagonalization
Переглядів 1,7 тис.3 роки тому
We use diagonalization to define functions of a matrix, like the exponential of a matrix, the sin of a matrix, and the logarithm of a matrix. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank course notes (lectures 40-44): www.njohnston.ca/la_week11.pdf Annotated course notes (lectures 40-44): www.njohnston.ca/la_week11_annotated.pdf Please leave a comment...
Linear Algebra - Lecture 43: Arbitrary Matrix Powers via Diagonalization
Переглядів 1,7 тис.3 роки тому
We use diagonalization to define arbitrary (non-integer) powers of a matrix. This new definition coincides with the old one when the exponent is a non-negative integer, and also when it is -1 (i.e., we recover the inverse of the matrix in that case). We use this idea to calculate square roots of a matrix. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank c...
Linear Algebra - Lecture 42: The Fibonacci Sequence via Diagonalization
Переглядів 3,6 тис.3 роки тому
We use matrix diagonalization to derive a formula for the n-th term of the Fibonacci sequence that does not depend on the computation of previous terms in the sequence. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank course notes (lectures 40-44): www.njohnston.ca/la_week11.pdf Annotated course notes (lectures 40-44): www.njohnston.ca/la_week11_annotated...
Linear Algebra - Lecture 41: Matrices with Distinct Eigenvalues are Diagonalizable
Переглядів 3,1 тис.3 роки тому
We show that if an n-by-n matrix has n distinct eigenvalues then it is diagonalizable (though the converse is not true). This provides an easier way of showing that many matrices are diagonalizable. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank course notes (lectures 40-44): www.njohnston.ca/la_week11.pdf Annotated course notes (lectures 40-44): www.nj...
Linear Algebra - Lecture 40: Diagonalization and Large Matrix Powers
Переглядів 2,4 тис.3 роки тому
We introduce diagonalization of a matrix, which we motivate via the problem of computing large matrix powers. We characterize diagonalization in terms of eigenvalues and eigenvectors, and then we use it to find formulas for arbitrary powers of some matrices. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank course notes (lectures 40-44): www.njohnston.ca/l...
Linear Algebra - Lecture 39: The Characteristic Polynomial and Multiplicity
Переглядів 2,5 тис.3 роки тому
We talk about the characteristic polynomial of a matrix, and what polynomials can tell us about eigenvalues. We also introduce the algebraic and geometric multiplicities of an eigenvalue, and we talk about why the eigenvalues of a triangular matrix are its diagonal entries. Textbook: www.njohnston.ca/publications/introduction-to-linear-and-matrix-algebra/ Blank course notes (lectures 37-39): ww...
Linear Algebra - Lecture 38: Complex Numbers and Complex Eigenvalues
Переглядів 1,8 тис.3 роки тому
Linear Algebra - Lecture 38: Complex Numbers and Complex Eigenvalues
Linear Algebra - Lecture 37: Introduction to Eigenvalues and Eigenvectors
Переглядів 2,9 тис.3 роки тому
Linear Algebra - Lecture 37: Introduction to Eigenvalues and Eigenvectors
Linear Algebra - Lecture 36: Explicit Formulas for the Determinant
Переглядів 1,8 тис.3 роки тому
Linear Algebra - Lecture 36: Explicit Formulas for the Determinant
Linear Algebra - Lecture 35: Computing the Determinant (via Gaussian Elimination)
Переглядів 1,9 тис.3 роки тому
Linear Algebra - Lecture 35: Computing the Determinant (via Gaussian Elimination)
Linear Algebra - Lecture 34: Introduction to the Determinant (Geometrically)
Переглядів 2 тис.3 роки тому
Linear Algebra - Lecture 34: Introduction to the Determinant (Geometrically)
Linear Algebra - Lecture 33: The Nullity of a Matrix
Переглядів 2,6 тис.3 роки тому
Linear Algebra - Lecture 33: The Nullity of a Matrix
Linear Algebra - Lecture 32: The Rank of a Matrix
Переглядів 3,8 тис.3 роки тому
Linear Algebra - Lecture 32: The Rank of a Matrix
Linear Algebra - Lecture 31: The Dimension of a Subspace
Переглядів 3,2 тис.3 роки тому
Linear Algebra - Lecture 31: The Dimension of a Subspace
Linear Algebra - Lecture 30: Bases of Subspaces
Переглядів 1,8 тис.3 роки тому
Linear Algebra - Lecture 30: Bases of Subspaces
Linear Algebra - Lecture 29: Linear Dependence and Independence
Переглядів 2 тис.3 роки тому
Linear Algebra - Lecture 29: Linear Dependence and Independence
Linear Algebra - Lecture 28: The Span of a Set of Vectors
Переглядів 3,2 тис.3 роки тому
Linear Algebra - Lecture 28: The Span of a Set of Vectors
Linear Algebra - Lecture 27: The Range and Null Space of a Matrix
Переглядів 15 тис.3 роки тому
Linear Algebra - Lecture 27: The Range and Null Space of a Matrix
Linear Algebra - Lecture 26: Subspaces
Переглядів 2,4 тис.3 роки тому
Linear Algebra - Lecture 26: Subspaces
Linear Algebra - Lecture 25: One Sided Inverses and a Formula for 2x2 Inverses
Переглядів 1,5 тис.3 роки тому
Linear Algebra - Lecture 25: One Sided Inverses and a Formula for 2x2 Inverses
Linear Algebra - Lecture 24: Computing the Inverse of a Matrix
Переглядів 1,4 тис.3 роки тому
Linear Algebra - Lecture 24: Computing the Inverse of a Matrix
Linear Algebra - Lecture 23: Introduction to the Inverse of a Matrix
Переглядів 1,8 тис.3 роки тому
Linear Algebra - Lecture 23: Introduction to the Inverse of a Matrix

КОМЕНТАРІ

  • @ggggggggsdgdag
    @ggggggggsdgdag 4 дні тому

    Thank you for explaining concepts intuitively. I don't know why my professor cannot do that.

  • @dr.scifreak
    @dr.scifreak 11 днів тому

    at 28:14 why are v1 and v3 free variables and not v2 and v3? Row 2 and 3 are all zeros.

    • @NathanielMath
      @NathanielMath 11 днів тому

      The free variables are determined by the columns, not the rows. There is a leading entry in the 2nd column, so v2 is not free. There is no leading entry in the 1st or 3rd column, so v1 and v3 are free.

  • @ΠαναγιώτηςΒλάχος-ξ4ο

    Hi professor Johnston. I love your videos. They 've helped me a lot. Just a question : Why can we split matrices into smaller pieces - matrices and then do the multiplication? I mean the result is valid but i don't quite understand the process because these smaller matrices are not actually matrices, since they have no matrix brackets around them.

  • @browncow7113
    @browncow7113 Місяць тому

    At 15:45, does the third matrix of the Pauli basis have a norm of root-2? It seems to me that it has a norm of 0, since we are adding together the squares of "i" (which is -1) and "-i" (which is 1).

    • @NathanielMath
      @NathanielMath Місяць тому

      Yep, it's sqrt(2). When computing the Frobenius norm on M_n(C), you have to take the absolute value of each entry before squaring.

  • @tuongnguyen9391
    @tuongnguyen9391 Місяць тому

    Can you do a playlist on semidefinite programming or sum of square optimization things ?

  • @browncow7113
    @browncow7113 Місяць тому

    At 8:40 you use this square-root transpose matrix to operate upon matrices from the STANDARD basis (rather than the Pauli basis). How do you do that? Do you have to use a change-of-basis matrix or something? And what is the matrix [a b, c d] in terms of this standard basis? EDIT: Ah, I think I see the answer. In the book on p49, you find the standard matrix of the square-root transpose, but built up from the matrices represented in the standard basis. So, this then operates upon matrices represented in that standard basis.

  • @browncow7113
    @browncow7113 Місяць тому

    It would be nice to know more about what the implication of this is? Does it mean, for example, that there is NOTHING that you can do with, say, degree-3 polynomials that cannot be done with vectors in R^4? Seems like that surely is not true.

  • @shirleenchumba
    @shirleenchumba Місяць тому

    Thank you 😩

  • @chamalinni
    @chamalinni Місяць тому

    I'm trying to recreate this but the links are dead. Where can I find the pattern file?

    • @NathanielMath
      @NathanielMath Місяць тому

      Thanks, fixed the link in the description. conwaylife.com/wiki/Primer

  • @serajabusalah3393
    @serajabusalah3393 Місяць тому

    I don't know how this man ISN'T FAMOUS!. great job Mr.Nathaniel. keep it going!!!

  • @Googleeknowledge1111
    @Googleeknowledge1111 Місяць тому

    Thank you sir so much for your explanation

  • @weneverforgetwearelegion
    @weneverforgetwearelegion Місяць тому

    Why if <Tv,v> = 0 for all v, over field C then T=0?

  • @godfreypigott
    @godfreypigott Місяць тому

    Why have you stopped? This recent series of videos was interesting.

  • @MarieClaireCiloni
    @MarieClaireCiloni Місяць тому

    Thank you so much for all the lectures. True gems. I noticed you missed the negative sign on the 1,1-position, when re-writing the matrix E. Thanks again.

  • @secondaryschoolscience101
    @secondaryschoolscience101 2 місяці тому

    I'm a reader of your book "Introduction to Linear and Matrix Algebra" published by Springer. I love your book, which is amongst the best-in-class for someone like me who like to have more in-depth knowledge on linear algebra beyond those studied in high school. In particular, I love the section 1.4.2 "A Catalog of Linear Transformation". However, during my re-visit on this topic, I try to derive some of the formulae by myself, and am successful doing so except rotation in 3D. I'm able to get the exact formulae for Ryz and Rxy, but not Rzx which I have the signs for those "sine's" swapped. I observe you've put some remark at the margin to use Rzx instead of Rxz, but not sure if this is correct. My approach is: if Rzx means to have y being the axis of rotation, and positive z rotates towards positive x, then Rzx(e3) would become (sin(theta),0,cos(theta) and Rzx(e1) become (cos(theta),0,-sin(theta)). More or less, by analogy to the 2D case (by ignoring y), z replacing x and x replacing y. As a result, I have the signs of those sine's different from yours. Would you please shed me some light on where my approach goes wrong. Thanks a lot!

    • @NathanielMath
      @NathanielMath 2 місяці тому

      Your approach hasn't gone wrong anywhere. Sorry about that -- it's a typo in the book! Just FYI, I have an errata list for the book available at njohnston.ca/la_errata.txt which mentions this mistake.

    • @secondaryschoolscience101
      @secondaryschoolscience101 Місяць тому

      @@NathanielMath Thanks for your reply. I've been paying much attention to re-study and attempt to do some exercises of Chapters 1 & 2 of your book in the last 10 days. So haven't checked UA-cam for your reply till today. Sorry for the late "thank you". Your book is really great!

  • @renatodoctorjr1382
    @renatodoctorjr1382 2 місяці тому

    Thank you very much for a clear explanation!

  • @Drakwlya-t7k
    @Drakwlya-t7k 2 місяці тому

    Hi I'm trying to do the reverse echelon form for the 5x5, but I'm unable to replicate your chart. My efforts gets me to row 21 which has no zero and no 1's in the subsequent rows in the same column, so I'm unable to flip it. I'm able to do it with a 3x3 though. Is there a walk-through of how to do the row echelon for the 5x5?

  • @DrAndyShick
    @DrAndyShick 2 місяці тому

    Hi, I know this was a while ago, but do you plan on doing any lectures on multilinear/tensors?

  • @strippins
    @strippins 3 місяці тому

    Everything is explained in such an intuitive down to earth manner abstract things become straightforward very quickly. This is excellent.

  • @weneverforgetwearelegion
    @weneverforgetwearelegion 3 місяці тому

    Idk if you still active, but this helped me a lot in Linear Algebra 2 course, do you also have videos about orthogonal diagnolization etc?

    • @NathanielMath
      @NathanielMath 3 місяці тому

      Yep! See this video and the 2 videos right after it: ua-cam.com/video/DcTASCmQnIc/v-deo.html

    • @weneverforgetwearelegion
      @weneverforgetwearelegion 3 місяці тому

      @@NathanielMath thank you keep doing your things!

  • @lachenmann
    @lachenmann 3 місяці тому

    6:51 breakfast is ready

  • @dylancino1909
    @dylancino1909 3 місяці тому

    Thank you!!!

  • @brendan5923
    @brendan5923 3 місяці тому

    Thank you!

  • @evgenkot
    @evgenkot 3 місяці тому

    I don't know why I'm watching this, but it was entertaining as hell.

  • @ZichangWang
    @ZichangWang 3 місяці тому

    Save my life

  • @sakceesakcee
    @sakceesakcee 3 місяці тому

    Excellent!!! very very good!

  • @ephemeronchimera
    @ephemeronchimera 3 місяці тому

    Let me just first say, you are a GODSEND! I cannot believe how well you explain the concepts and the way you relate everything geometrically truly aids in the learning and understanding process. Again, I cannot thank you enough for what you do. I am teaching myself the entire undergraduate curriculum for mathematics and just got done teaching myself Calculus 1-3 and am now tackling linear algebra before moving on to differential equations. I finally feel as though I am making progress, much more so than when I started studying the subject using Howard Anton's textbook. THANK YOU THANK YOU THANK YOU!!! You have truly been blessed with a gift for teaching what can be a complex subject matter in a truly understandable and engaging way that facilitates the learning process and makes for a deep and intuitive understanding of the subject matter.

  • @VolumetricTerrain-hz7ci
    @VolumetricTerrain-hz7ci 3 місяці тому

    There are unknown way to visualize subspace, or vector spaces. You can stretching the width of the x axis, for example, in the right line of a 3d stereo image, and also get depth, as shown below. L R |____| |______| TIP: To get the 3d depth, close one eye and focus on either left or right line, and then open it. This because the z axis uses x to get depth. Which means that you can get double depth to the image.... 4d depth??? :O p.s You're good teacher!

  • @rogeriliffe
    @rogeriliffe 4 місяці тому

    In every single other math book that I have found the inner product for complex numbers is linear in the first entry and the second vector is conjugated. This is the case for the Wikipedia entry for inner product, in Luenberger's book on Optimization, in Sheldon Axler's book "Linear Algebra Done Right" and in Byth and Robertson's book "Further Linear Algebra". Is this a quantum mechanics quirk? I cannot get the standard Gram-Schmidt formula to work on complex numbers when I use your method.

    • @NathanielMath
      @NathanielMath 4 місяці тому

      Yep, linearity in the first entry is the more common math convention, whereas linearity in the second entry is more common in physics. This is something that I think physicists got right since, for example, if your inner product is the usual dot product then you have <v,w> = v^*w, whereas under the "linear in the first entry" convention you would have <v,w> = w^*v, which in my opinion is hideous.

  • @advancedappliedandpuremath
    @advancedappliedandpuremath 4 місяці тому

    Hi Sir thanks for these exquisite lectures. I have a question regarding null space. If we are given set of vectors from space of 2x2 Matrices how can we find null space of that, thabks.

  • @advancedappliedandpuremath
    @advancedappliedandpuremath 4 місяці тому

    Hi Sir , it is great to watch your exceptional lectures. I have a question that how can we find null space of vector space of 2x2 matrices. Please explain thanks

  • @elotimmi4942
    @elotimmi4942 4 місяці тому

    He looks like Alexander Mcqueen!! Love the lectures

  • @maxpercer7119
    @maxpercer7119 4 місяці тому

    your videos are addictive :P

  • @maxpercer7119
    @maxpercer7119 4 місяці тому

    If B is a subset of V then span(B) is a vector subspace. then what is the span of the empty set?

    • @NathanielMath
      @NathanielMath 4 місяці тому

      The span of the empty set is the vector space {0} that just contains the zero vector. This is because the empty sum (I.e., the linear combination of no vectors) is defined to be 0.

  • @ikustudies
    @ikustudies 4 місяці тому

    Dude been fascinated by conways game of life - found ur vid. Great vid. Thought i was the only one so fascinated

  • @maxpercer7119
    @maxpercer7119 4 місяці тому

    your face blocks the bottom of the page 7:50

    • @NathanielMath
      @NathanielMath 4 місяці тому

      Yeah sorry about that :/ These were some of the first videos that I made and I was still figuring stuff out.

    • @maxpercer7119
      @maxpercer7119 4 місяці тому

      @@NathanielMath No worries. Your videos are very clear and helpful. :P

  • @maxpercer7119
    @maxpercer7119 4 місяці тому

    Great analysis of linear combinations. At 3 minutes, equivalently , we have to show that (1,2,3) is an element of span( { (1,1,1) , (-1, 0, 1 ) } ) , thinking of "span( ) " as like an operator (or a function), e.g. you give the span( ) a set of vectors as its argument, and it spits out all the different possible linear combinations from those vectors. (Again, at the risk of sounding repetitive, we have to show that the vector (1,2,3) is an element of the span of vectors (1,1,1) and (-1,0,1), where the span is a 2-dimensional subspace of R^3 , i.e. a plane ).

  • @surfy255
    @surfy255 4 місяці тому

    please fix the controls. the webside is giving me a headache but i love conways game of life

  • @kanewilliams1653
    @kanewilliams1653 4 місяці тому

    Why are you so awesome! A lot of work these videos and you hardly get any views. Just started your Conway book and having so much fun!

    • @NathanielMath
      @NathanielMath 4 місяці тому

      Thanks! Hopefully views will come naturally over time. Shares are definitely appreciated though :)

  • @Charles_Reid
    @Charles_Reid 4 місяці тому

    Thank you so much. I'm working through a scientific computing textbook right now, and they do not go easy on you with the linear algebra. Very intuitive explanation.

  • @AC-tn4it
    @AC-tn4it 4 місяці тому

    Hey king, have you thought about covering Measure Theory in a similar manner to how you covered Advanced Linear Algebra 🫣

    • @NathanielMath
      @NathanielMath 4 місяці тому

      It's on my seemingly endless list of videos and lecture series that I'd like to do :)

  • @caseyj1144
    @caseyj1144 4 місяці тому

    I think that this was a great explanation for quadratic equations, but it’s not generalized if you don’t know the order of the polynomial, right? We can’t make the assumption that we have enough points to solve unless it’s explicitly stated in the question (in which cases we have at least enough and reducing solves it)- but we normally can’t in the real world.

    • @NathanielMath
      @NathanielMath 4 місяці тому

      It actually works even if you don't know the degree of the polynomial. If you're given n points, you can just guess that it'll be degree n-1 then solve the linear system. The worst thing that might happen is that some of the leading coefficients might equal 0 in your solution, so the polynomial is lower degree than you expected. For example, if you're given 3 points you should always guess "parabola" like we did in the video, but sometimes after you solve the linear system you might get a = 0, so the "parabola" is just y = bx+c, which is a line.

  • @jonpugh6605
    @jonpugh6605 4 місяці тому

    Brilliant explanation! I have only one complaint. I have read (though, not thoroughly understood) both of your linear algebra books and your point in the beginning of this video of "flipping your thinking", pointing out that x and y are constants in "linear world" would have been quite helpful in my early attempts at understanding linear algebra. My last formal math class was about 50 years ago so x,y and a,b as variables and constants are pretty much hard coded in my brain, so I need all the help I can get. In all seriousness, great books and great videos!

    • @NathanielMath
      @NathanielMath 4 місяці тому

      Thanks! And yeah, that's a very good point, and a very common "mental roadblock" for people.

  • @NimbleRogue
    @NimbleRogue 5 місяців тому

    Once again Nathan, you have outdone yourself with video quality, this is amazing

  • @bothenumberblockslogoedito1339
    @bothenumberblockslogoedito1339 5 місяців тому

    Nice! (I’m hotcrystal0)

  • @devotownproductions9652
    @devotownproductions9652 5 місяців тому

    Nice video. Was informative and you have good cadence

  • @CodingHideout-mg6vq
    @CodingHideout-mg6vq 5 місяців тому

    Thank u so much!

  • @OtisSchmakel
    @OtisSchmakel 5 місяців тому

    Thank You !

  • @dfs-comedy
    @dfs-comedy 5 місяців тому

    I paused the video. My guess is to make one circle as big as possible (touching all sides of the triangle) and fit two more in two of the "corners" touching the big circle and two of the sides of the triangle. Now I resume the video to see if I'm right...

  • @AC-tn4it
    @AC-tn4it 5 місяців тому

    Please cover abstract algebra sir 😭

    • @AC-tn4it
      @AC-tn4it 5 місяців тому

      You’re so good