Post Reply 
The death of calculator market?
12-23-2020, 04:44 PM
Post: #69
RE: The death of calculator market?
Python is the language of today, ideal if the hp-prime includes it.
We thought it would also include a full version of the PC screen with libraries for creating educational content, a huge success.

PHP Code:
class BraceAnnotation(Scene):
    
def construct(self):
        
dot Dot([-2, -10])
        
dot2 Dot([210])
        
line Line(dot.get_center(), dot2.get_center()).set_color(ORANGE)
        
b1 Brace(line)
        
b1text b1.get_text("Horizontal distance")
        
b2 Brace(linedirection=line.copy().rotate(PI 2).get_unit_vector())
        
b2text b2.get_tex("x-x_1")
        
self.add(linedotdot2b1b2b1textb2text

[Image: BraceAnnotation-1.png]


Example Gallery Python math animation
https://docs.manim.community/en/stable/e...a-settings
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: The death of calculator market? - Peet - 01-03-2021, 09:17 AM
RE: The death of calculator market? - EdS2 - 10-11-2020, 07:44 AM
RE: The death of calculator market? - Hlib - 10-12-2020, 01:07 PM
RE: The death of calculator market? - rawi - 10-12-2020, 03:54 PM
RE: The death of calculator market? - Hlib - 10-12-2020, 05:28 PM
RE: The death of calculator market? - Hlib - 10-12-2020, 09:38 PM
RE: The death of calculator market? - Hlib - 10-12-2020, 11:07 PM
RE: The death of calculator market? - JimP - 10-15-2020, 05:56 AM
RE: The death of calculator market? - Hlib - 01-04-2021, 05:47 PM
RE: The death of calculator market? - compsystems - 12-23-2020 04:44 PM
RE: The death of calculator market? - Hlib - 12-24-2020, 10:04 PM
RE: The death of calculator market? - KaLi - 01-03-2021, 04:54 PM
RE: The death of calculator market? - Hlib - 01-07-2021, 01:44 PM



User(s) browsing this thread: 1 Guest(s)