Discuss Scratch

INSERT-USER_NAME
Scratcher
1000+ posts

Pythagorean theorem

I'm making some sort of Pythagoras demonstration, but I don't know how to model x^2, how would I create x^2?

consider posting here maybe?
hey guys
Za-Chary
Scratcher
1000+ posts

Pythagorean theorem

What sort of creation are you envisioning?

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.

I was a Scratch Team member from May 10th 2019 to October 29th 2021.

my notebook | scratch team essay | accessibility essay
italvera
New to Scratch
99 posts

Pythagorean theorem

x^2 is the same thing as
((x) * (x))
Edit: If you want a full script, then it's
([sqrt v] of (((x) * (x)) + ((y) * (y)))

Last edited by italvera (March 28, 2024 20:11:38)

INSERT-USER_NAME
Scratcher
1000+ posts

Pythagorean theorem

Za-Chary wrote:

What sort of creation are you envisioning?
There's been a lot of talk about the Pythagorean theorem in the schoolwork I'm doing and it's somehow gotten me intrigued, so I thought I'd make some sort of demonstration of it, this is what I'm trying to make, and this is what I've done in Scratch so far.

consider posting here maybe?
hey guys
INSERT-USER_NAME
Scratcher
1000+ posts

Pythagorean theorem

italvera wrote:

x^2 is the same thing as
((x) * (x))
Edit: If you want a full script, then it's
([sqrt v] of (((x) * (x)) + ((y) * (y)))
Ah, thanks ital!

consider posting here maybe?
hey guys
italvera
New to Scratch
99 posts

Pythagorean theorem

INSERT-USER_NAME wrote:

italvera wrote:

x^2 is the same thing as
((x) * (x))
Edit: If you want a full script, then it's
([sqrt v] of (((x) * (x)) + ((y) * (y)))
Ah, thanks ital!
No problem

Powered by DjangoBB