🍁 Mechatronics undergraduate
- 🔭 I’m currently working on a Robot Soccer System project.
- 📫 Send me DM at @tieubinhco on Telegram
🍁 Mechatronics undergraduate
This repository contains code for the project of a simple matrix calculator written in C.
C 1
Omni wheel robotic car code (Arduino)
C 2
function x=gauss(A,b)
%This function solves system of algebraic equations using Gaussian method
%Ax=b
%Input: matrix A, column vector b
%Output vector x
## importing socket module
import socket
## getting the hostname by socket.gethostname() method
hostname = socket.gethostname()
## getting the IP address using socket.gethostbyname() method
This repository contains python codes and some small projects in python
Python
UNOFFICIAL - Bảng dịch tiếng Anh của Quy chế Học Vụ trường ĐH Bách Khoa ĐHQG TPHCM - English translation of the Academic Regulations of HCMUT - Original version: http://www.aao.hcmut.edu.vn/index.p…
TeX 1