Durchsuchen nach
Schlagwort: solution

Jupyter Lab Wrap of the text

Jupyter Lab Wrap of the text

The Jupyter Lab is the modern version of the Jupyter Notebook. Version: I use the version 4.5.7 If you have the problem that you have a long code in your text and that ends to the right side, and you have to scroll it every time, then I have one solution. It is a solution that should work permanently. Open you Jupyter Lab, to „Settings“ -> on the right side at the top -> JSON Settings Editor -> Advanced settings…

Weiterlesen Weiterlesen

Calculation of a Triangle with two Unknowns with your Head and with Python

Calculation of a Triangle with two Unknowns with your Head and with Python

You have a triangle, where you only know one site and the angle. This problem comes during a test at the Tesla company of Elon Musk. This is only an example and this is nothing when you want to build a house. When you want to build a house, then you need one solution and not so many. The setup: The Mathematical Approach: We start with the Pythagorean theorem: a2 + b2 = c2 We have to subtract b2, then…

Weiterlesen Weiterlesen