.

MGMP Matematika MA

Kegiatan PJJ MGMP Matematika MA Kab. Bondowoso

September 14, 2022

OPERASI ALJABAR

...

HIMPUNAN

...

KISI-KISI & SOAL MATEMATIKA KELAS 7 & 8

KISI-KISI MATEMATIKA KELAS 7 : SOAL KELAS 7 : KISI-KISI MATEMATIKA KELAS 8 : SOAL KELAS 8...

September 13, 2022

BILANGAN BULAT

...

PELATIHAN IoT SEAMOLEC (ESP32 DENGAN SERVO)

PEMBUATAN ALAT GERAK MENGGUNAKAN ESP32 DENGAN SERVO #include Servo myservo; void setup() { // put your setup code here, to run once: Serial.begin(115200); myservo.attach(32); Serial.println("Hello, ESP32!"); } void loop() { // put your main code here, to run repeatedly: myservo.write(0); delay(1000); myservo.write(90); delay(1000); } ...

September 11, 2022

RPP Matematika Kelas 7 BAB 1 Bilangan Bulat (P.1)

RPP BILANGAN BULAT #1:...

PROGRAM MAPEL 18

restart; with(plots); with(plottools); with(geometry); A := polygonplot([[-.25, -.43], [.25, -.43], [.5, 0], [.25, .43], [-.25, .43], [-.5, 0]], color = cyan); B := plot([.25*cos(t), 0.58e-1*sin(t)-.43, t = Pi .. 0*Pi], thickness = 2, color = black); B1 := rotate(B, (1/3)*Pi); B2 := rotate(B1, (1/3)*Pi); B3 := rotate(B2, (1/3)*Pi); B4 := rotate(B3,...