Community Profile

photo

Siddharth Mishra


Last seen: oltre 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

STUDENT OF ELECTRONICS AND COMMUNICATION ENGINEERING AT IIIT MANIPUR.

Statistiche

  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
laplace transormation of exponential function
clc; close all; z=sym('L'); syms a s t; F(t)=input("ENTER THE FUNCTION YOU WANT TO FIND LAPLACE :: "); L(s)=int(F(t)*e...

oltre 4 anni fa | 2

Risposto
Even and Odd parts
clc; clear all; close all; x=input("enter the values"); n=0:length(x)-1; n1=(1-length(x))*0.5:(length(x)-1)*0.5; y=flip(x)...

oltre 4 anni fa | 1