"assignment makes pointer from integer without cast"
elephant*
get_elephants()
{
elephant *current, *first;
int response;
/* create first node */
first = (elephant*)calloc(1,sizeof(elephant)); /* THIS LINE */
current = first...
I have a graph of |Z| (magnitude of impedance) vs Frequency, and θºz vs Frequency.
These two graphs are of a circuit with one capacitor in series with resistors.
I need to find when the RC circuit is predominantly capacitive, and predominantly resistive, using the graphs which are given.