Skip to content

Instantly share code, notes, and snippets.

View lucashmorais's full-sized avatar

Lucas Morais lucashmorais

View GitHub Profile
@lucashmorais
lucashmorais / systolic_array_animation.html
Created September 21, 2025 20:16
Animation of 3x3 multiplication using a systolic array
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Systolic Array: 3×3 Matrix Multiply Animation</title>
<style>
:root {
--cell: 88px;
--gap: 10px;