More details...
To provide just a bit more detail about what I am attempting to do, here is the MATLAB code I am using (excluding the definitions of the variables for the time vector, strain vector, and constants):
% Preallocate result vector
stress = zeros(size(t));
% Calculate...
Homework Statement
This is a research problem that I imagine is very similar to a homework problem. I am a PhD student in biology, and I lack the mathematical background needed to make sense of the topic.
I would like to find the solution to the fractional differential equation that...