Blog

2023-10-21 10:03

Adjunt teniu els arxius que treballarem al taller.

2017-06-26 01:18

2016-03-14 03:33
2016-02-18 17:51
 
Fibonacci spiral
Fibonacci spiral
2016-02-17 03:24
2016-02-10 04:13

Benvinguts al taller de robòtica!

Fent un quadrat
Representation of the GCD

Clicant en aquest enllaç podreu accedir a la plataforma de programació eSeeCode .

2016-01-16 18:25
2016-01-13 16:00

The greatest common divisor between two numbers is defined as the largest value that can divide both numbers.

To compute the greatest common divisor there are many algorithms. One of the fastest is over 2 millennium old. It's called Euclid's algorithm. Here you will be able to learn more about this algorithm and how to program it. Also you will learn how to visualize the number of iterations it needs to find the result.

GCD Representation
2015-12-14 18:04 Tags: fractal, math, intermediate

We are getting close to the end of the year and we want to wish you happy holidays! To do so we have created this cute gif, and we will explain how we did it step by step.

Koch Snowflake