Difference between revisions of "EGR 224/Spring 2024/Lab 01"
Jump to navigation
Jump to search
(→Maple) |
(→Maple) |
||
Line 54: | Line 54: | ||
* Go to the [[Maple/Initialization and Documentation]] page to learn about initializing a Maple worksheet (i.e. adding the <code>restart</code> command at the top) and producing documentation. | * Go to the [[Maple/Initialization and Documentation]] page to learn about initializing a Maple worksheet (i.e. adding the <code>restart</code> command at the top) and producing documentation. | ||
* Go to the [[Maple/Simultaneous Equations]] page to learn about setting up and solving linear algebra systems. | * Go to the [[Maple/Simultaneous Equations]] page to learn about setting up and solving linear algebra systems. | ||
+ | When each worksheet is completed, you can save it and then you can export it as a PDF in Maple (the Export As under file). |
Latest revision as of 21:30, 16 January 2024
Contents
- 1 Introduction
- 2 Google Colab
- 2.1 At The Beginning of Lab
- 2.1.1 Create / Log-in to a Google Account
- 2.1.2 Log-in to Google Drive
- 2.1.3 Log-in to Google Colab
- 2.1.4 Get files from My Google Drive on your computer
- 2.1.5 Expand and upload the HW00soln folder to Your Google Drive
- 2.1.6 Open and run the findfits.ipynb notebook
- 2.1.7 Open the Pundit page for the assignment
- 2.2 At the end of lab
- 2.1 At The Beginning of Lab
- 3 Maple
Introduction
Lab 1 has two separate parts, and each part has a set-up phase and a use phase. The goal for this lab is to have access to Python via Google Co-Lab and to Maple via a Duke container.
Google Colab
At The Beginning of Lab
Create / Log-in to a Google Account
- Go to https://www.google.com and sign in; if you do not have a Google account, create one
Log-in to Google Drive
- In another tab in the same browser, go to https://drive.google.com
Log-in to Google Colab
- In another tab in the same browser, go to https://colab.research.google.com
- In the Colab tab, click File and select "New notebook" - among other things, if you haven't gone here before, this will create a "Colab Notebooks" folder in your Google Drive
Get files from My Google Drive on your computer
- In another tab in the same browser, go to https://drive.google.com/drive/folders/1-O26aHUvrHwmVQ-Ed9TRvNbPekMT10I5
- Right-click the "HW00soln.zip" file and save it to your computer
Expand and upload the HW00soln folder to Your Google Drive
- On your computer:
- Find and open the HW00soln.zip file
- On Windows, click the "Extract all" icon at the top of the page when you open the file -- keep track of where it extracts the file to
- On macOS,
- Find and open the HW00soln.zip file
- In the Google Drive tab, double-click on the "Colab Notebooks" folder to open it
- Right-click in the blank space and select "Folder Upload"
- Go find where you extracted the "HW00soln" folder and drag it into the "Colab Notebooks" folder
Open and run the findfits.ipynb notebook
- In the Google Drive tab, double-click on "Colab Notebooks" then "HW00soln" then "findfits.ipynb" -- Google Colab should automatically open a new tab with the "findfits.ipynb" notebook.
- If your browser tries to open findfits.ipynb but says there's no way to preview it instead of opening Google Colab, try this:
- At the top of the "no preview" page there should be a box with a down arrow on the right side
- Click the down arrow to add apps
- Scroll down in that window a little and Google Colaboratory should be there - click on it
- Uninstall it, then install it
- When you go back to the window, that box at the top will have "Open in Colaboratory" in it
- If your browser tries to open findfits.ipynb but says there's no way to preview it instead of opening Google Colab, try this:
- In the "findfits.ipynb" tab, click "Runtime" and select "Run all". As the notebook is running, it should ask if you will permit your notebook to access your Google Drive files. You should allow it to...
Open the Pundit page for the assignment
- In another tab in the same browser, go to Homework 0. Go through each of the problems and their solutions to make sure you have a good idea how they work.
At the end of lab
- Install Google Drive for desktop: Use Google Drive for desktop at home, work, or school. This will allow you to have direct access to your Google Drive through the Explorer / Finder
- Go to Canvas for EGR 224
- Click on the "Gradescope" link at left
- Go to "Assignment 0"
- Upload the five .ipynb files we made for "Homework 0"
Maple
The book for assignments is [https://cad.eecs.umich.edu/ Circuit Analysis and Design' by Ulaby et at. It is a free download from their website.
- Go to the Maple#Duke_Container page and follow the directions to reserve a Maple container for the semester.
- Go to the Maple/Initialization and Documentation page to learn about initializing a Maple worksheet (i.e. adding the
restart
command at the top) and producing documentation. - Go to the Maple/Simultaneous Equations page to learn about setting up and solving linear algebra systems.
When each worksheet is completed, you can save it and then you can export it as a PDF in Maple (the Export As under file).