This is the main repository for the MATrix Club. If you are here to participate in the member selection test or want to contribute, please follow the steps below to get started with GitHub and clone this repository to your computer.
- Go to github.com
- Click "Sign up"
- Choose a username (tip: use your real name or college ID)
- Use your college email address
- Create a strong password
- Verify your email
- Git: Download from git-scm.com
- Python 3.x: Download from python.org
- MATLAB: Use your college lab or personal license
- Text Editor: VS Code (recommended) or any code editor
Open your terminal/command prompt and run:
git config --global user.name "Your Full Name"
git config --global user.email "your.email@college.edu"
Forking creates your own copy of this repository under your GitHub account.
- Go to the top-right corner of this page.
- Click the "Fork" button.

After forking, you need to copy the URL of your forked repository.
- Click the green "Code" button on your forked repository page.
- Copy the HTTPS URL (it looks like
https://github.com/YOUR_USERNAME/MATrix.git
).


Now, clone your forked repository to your local machine.
- Open your terminal or command prompt.
- Navigate to the folder where you want to save the repository (e.g.,
cd Desktop
). - Run the following command (replace the URL with your copied one):
git clone https://github.com/YOUR_USERNAME/MATrix.git

- Enter the
members_selection_test
directory to find the test instructions and questions. - Follow the README in that folder for further steps.