-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 352-EV7-suggestion #353
Conversation
tagging @StevenClontz @siwelwerd @jford1906 for thoughts |
🚀 Preview available 🚀 |
While we're touching this, can we add |
Co-authored-by: Steven Clontz <[email protected]>
🚀 Preview available 🚀 |
do we give answers for all parts, or just the MC? |
🚀 Preview available 🚀 |
Definitely MCQs, other things can't hurt either, with the ultimate goal of having answers for everything someday (at least enough for an instructor to use). |
Co-authored-by: jkostiuk <[email protected]>
🚀 Preview available 🚀 |
@StevenClontz I made a few changes and am ready for more input. For some reason, it's not building and there's a conflict to merge... |
It was the settings.json file, I just discarded those changes so it will merge fine. You had started work on this before we de-tracked the settings.json file is why that popped up. |
🚀 Preview available 🚀 |
@StevenClontz you and I were going back and forth on this a while back and I forgot to mark it ready for review again, so now it's "ready for review"! |
🚀 Preview available 🚀https://3d32cbe9.tbil.pages.dev
|
@StevenClontz just made a commit--is that what you mean?2 |
🚀 Preview available 🚀https://a5fe8fbf.tbil.pages.dev
|
<answer> | ||
<p> | ||
D. | ||
</p> | ||
</answer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar here.
<sage language="octave"> | ||
<input> | ||
row1=[] | ||
row2=[] | ||
row3=[] | ||
rref([row1;row2;row3]) | ||
</input> | ||
</sage> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we usually just have a blank sage cell when we don't provide the matrix terms.
🚀 Preview available 🚀https://b5112b7f.tbil.pages.dev
|
* suggested edits * adjusted MC options * Update source/linear-algebra/source/02-EV/07.ptx Co-authored-by: Steven Clontz <[email protected]> * accepted a suggestion and fixed some typos * Update source/linear-algebra/source/02-EV/07.ptx Co-authored-by: jkostiuk <[email protected]> * implemented suggestions: added answers, textcolor * Discard changes to .vscode/settings.json * reorganize statement/answer * further reorganizing --------- Co-authored-by: Steven Clontz <[email protected]> Co-authored-by: Drew Lewis <[email protected]>
My attempt at addressing #352.
First, I got rid of part (c) in 2.7.3 and changed the MC options in the revised activity. My thinking is that this more focused now around the (in)dependence and spanning/not spanning of the solution set.
Second, I copied this sequence with a more complex example (this time having 4 free variables).
My reasoning is that this example is now meaty enough that we will be forced to consider how we might test that the resulting set is independent. I suspect some teams may defer to the methods of EV4/EV6 and then we probe them about why it's the case that these guys are automatically independent.
Because this example is so meaty, I got rid of the two examples that follow but kept the one where the solution space is trivial.