Home
Matthew Mullin
Cancel

Analysis of a Solar Thermal Beam-Powered Propulsion Rocket

Analysis of a Solar Thermal Beam-Powered Propulsion Rocket (and why it probably wouldn’t work) What is a Beam-Powered Propulsion Rocket? Conventional chemical rockets reach orbital (or faster) spee...

How to Install OptiX and OWL (Draft)

OptiX Documentation (for 759 students) Here is a summary of the steps to get OptiX running on a computer and an explanation of the software for reference Installation Register as a developer on ...

Getting started with Python (Draft)

What is Conda Environment? Essentially it is a collection of libraries/code that can run independently. I.E. you can create multiple environments with multiple different languages installed (yes, ...

Running MATLAB files/functions in Python (Windows & Anaconda)

Install Make sure Matlab is installed on your computer Open anaconda prompt as an administrator Activate the environment you want to use Matlab in conda activate insert-name-of-environm...

How to properly install CUDA on Ubuntu Linux (NVCC)

Install Follow this: https://developer.nvidia.com/cuda-downloads Reboot computer Open a terminal and run nvidia-smi as a check Run the following in the terminal (source: https://docs.nvid...

Install fastAI on Computer (Linux)

Materials A computer with a NVIDIA graphics card: preferably with 4+ GB VRAM, 32+ GB RAM, and 8+ core CPU A portable hard-drive SSD – comfortably in range of 512M...

How to take care of your skin (Draft)

Here’s some tips: Avoid dairy1 Dairy (of any kind) can increase your odds of getting acne by ~20-25% Drinking 2 glasses of milk or more a day could increase acne rates by >40...

Install MATLAB for Linux

download for Linux: https://www.mathworks.com/downloads/web_downloads/dispatch_licensed_user extract here in downloads folder cd to extracted folder sudo ./install or ./install depending o...

Git for Linux - Install and Quickstart Guide

Here’s my workflow for working with Git and Github; the following is assuming working on Linux but working on Windows is fairly similar. Much of this is done seemlessly in Vscode if you want to avo...

How to Install Paraview

Install Everything is based off this video: https://www.youtube.com/watch?v=tWEGjWD8d2M Note: wherever it says 5.10.0, replace that with your version either manually or by hitting the tab button t...