Tagged Questions
1
vote
1answer
100 views
Plotting a complex function [duplicate]
What does it mean if this message appears:
{Im[(1-E^Times[<<3>>] f)/(1-Power[<<2>>] f)]-0,Im[(1-E^Times[<<3>>] f)/(1-Power[<<2>>] f)]-0} must be a list of equalities or ...
2
votes
3answers
195 views
How can `SquareWave` be used as the input in `OutputResponse`?
I'd like to compute the response of a TransferFunctionModel when driven by a SquareWave. Here's a simple example,
...
3
votes
1answer
166 views
FunctionInterpolation Errors / Question re Evaluation Order and Options
I have using Mathematica functions that takes a Cartesian coordinate relative to the Earth (xyz) and converts it to a latitude, longitude, and altitude (lla). And here it is:
...