handcalcs - Automatically render LATEX equations from Python Math Code

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 25

  • @Youssouf_Maroci
    @Youssouf_Maroci 11 місяців тому

    can this be used in a text edit ?????

  • @vickycrasto4436
    @vickycrasto4436 4 роки тому +2

    Thanks a million for this. I have been looking out for this for quite some time.

  • @kisho2679
    @kisho2679 7 місяців тому

    does it solve integrals and partial derivatives, as well as vectoranalysis (grad, div, curl), and matrices (equations systems)?

  • @lividpudding8565
    @lividpudding8565 4 роки тому +1

    Thanks for the video! Just what I was looking for, a quick video tutorial of the package

  • @mcellent
    @mcellent Рік тому

    How can I Convert inverse ? I mean equations in image or pdf file to LaTex

  • @anmoltanwar9972
    @anmoltanwar9972 11 місяців тому

    How's your calcs are aligned to the left?

  • @vijaymarka8820
    @vijaymarka8820 3 роки тому

    Thanks for the video.. How can we show this output in web page?
    Can you share your idea 💡!

  • @acerheaven9959
    @acerheaven9959 2 роки тому

    Hey I tried the same thing but rendering doesn't work. It just shows the output no processes

  • @lucianosaldivia5917
    @lucianosaldivia5917 2 роки тому

    Is there anything to do the exact opposite of this?
    I want a function to which you pass a string (latex written formula, in function of let's say "x", "y" and "z") and a list of params (let's call it "p"). Then if you pass:
    "x^2 + y^2 + \sqrt{1 - z^2}"
    The function at the end should return:
    return p[0]^2 + p[1]^2 + math.sqrt(1-p[2]^2)

  • @manojr4762
    @manojr4762 Рік тому

    Hii %%render is not working for me.. Installed handcalcs followed same procedure

  • @navneetsinghtaneja3901
    @navneetsinghtaneja3901 2 роки тому

    how can we get formula through image

    • @1littlecoder
      @1littlecoder  2 роки тому

      you mean you want to save the equations as image?

  • @LuisLarreaJr
    @LuisLarreaJr 4 роки тому

    Hey I just found this on Hacker News. I'm new to Latex so I was wondering if you knew how to use this to show work on simple math problems like 345 x 345 or 23/1234 so that you can see borrowing and what not.

    • @1littlecoder
      @1littlecoder  4 роки тому

      I think this package doesn't support displaying borrowing. I'll look into other options!

  • @cheesecak11857
    @cheesecak11857 2 роки тому

    do integrals work?

  • @sanketthakre309
    @sanketthakre309 4 роки тому

    How can I render MathML equations in python ?

    • @1littlecoder
      @1littlecoder  3 роки тому

      Sorry missed your comment, any examples you've?

    • @sanketthakre309
      @sanketthakre309 3 роки тому

      H2SO4 is labeled as  9.8%  by weight. Specific gravity of H2SO4 is1.8 . The volume of the acid to be taken to prepare 1000ml of 0.18M solution is

    • @sanketthakre309
      @sanketthakre309 3 роки тому

      @@1littlecoder I want to read this as text or image also it will be good If I can render it directly like latex render in python.

  • @rakeshjadhav4545
    @rakeshjadhav4545 4 роки тому

    Thanks!. Nice informative video!
    Can we do the same using R markdown ??
    We can write the equation using Latex in r markdown ,but can we plug the specified numbers automatically in that equation using any function??

    • @1littlecoder
      @1littlecoder  4 роки тому

      Yes, you can. I think in RStudio it renders Latex equation by default.