🌈 ☯️Teresita🐧👭<p>Differentiate y=1/sqrt(t) with respect to t using <a href="https://techhub.social/tags/sympy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sympy</span></a> under <a href="https://techhub.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://techhub.social/tags/N0" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>N0</span></a> <a href="https://techhub.social/tags/Calculus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Calculus</span></a> </p><p>import sympy<br>t = sympy.symbols('t')<br>y = 1 / sympy.sqrt(t)<br>print(sympy.diff(y, t))</p>