Questions tagged [education]
Questions about the use of Mathematica/WL in education and/or about teaching Mathematica, or learning it.
179 questions
3 votes
3 answers
314 views
Calculate the limit of a complex function [closed]
Let $f(z)=\frac{x}{x+y}+\frac{y^2+y}{x+y}i. $ Find $\displaystyle{\lim_{z \to 0}{f(z)}}.$ As $z\rightarrow 0$ along real axis: $z=x+0i$ $$\displaystyle{\lim_{x \to 0}{\frac{x}{x}}}=1$$ As $z\...
1 vote
0 answers
147 views
What is the advantage of more than one kernel?
I have a code sample, I want to run it in different notebooks after different modifications. (To be more specific, the code sample is for differential equation solving, and I want to set different ...
0 votes
1 answer
103 views
Find radius of convergence for two series product [closed]
I have a equation like this: (u + v + w + 2 u w + 2 v w + 2u v + 3u v w)/[1 - (v w + uv + uw + 2 u v w)] ...
5 votes
0 answers
107 views
How to create a time-limited notebook for take-home exams?
I teach a physical sciences class using WL/Mathematica. The students do homeworks where they develop code and create simulations and visualizations that focus on physical phenomena. All that works ...
0 votes
1 answer
103 views
2 votes
2 answers
294 views
What is curl of curl of displacement in spherical coordinate system?
-1 I want to know what is the expression for curl of curl of u([rho],[Phi],[Theta]) (displacement) in spherical coordinate system. Assume it is 3D. So I wanted t calculate it by Mathematica but I'm ...
1 vote
0 answers
244 views
Recommend Mathematica Book
I've been using Mathematica for a few years now, but at a fairly formal level, more for creating graphs in calculus as a student. However, as a graduate student, I would like to focus on ordinary ...
0 votes
0 answers
51 views
How do I build a module that takes in graph data? [duplicate]
This is a homework problem I'm really struggling with. I'm supposed to program the shortest path problem in Mathematica. There are 100 nodes, each node has corresponding distances to 2-3 more nodes. ...