EEE Math (ALM)
EEE Math (ALM)
DEPARTMENT OF MATHEMATICS
COURSE INSTRUCTOR :
Dr.N.Gopalakrishanan, A P(Sr.G)/Maths
SRI RAMAKRISHNA ENGINEERING COLLEGE
[Educational Service: SNR Sons Charitable Trust]
[Autonomous Institution, Reaccredited by NAAC with ‘A+’
Grade]
[Approved by AICTE and Permanently Affiliated to Anna University,
Chennai] [ISO 9001:2015 Certified and all eligible programmes Accredited by
NBA] Vattamalaipalayam, N.G.G.O. Colony Post, Coimbatore – 641 022.
P SO P
ANA R LVING R
LY O PROBLE E TOT TOT
S. REGIST NAME OF THE B S
ER STUDENT ZI M USING
N L E
NUMBE NG MATLAB AL A
O E N
. R TH /R/SCILA
E M B T
A (20 L
PR C/
S T
OB PYTHO
O I ) (5)
LE N (5)
L O
M N
(5) V
I (
N 5
G )
MA
NU
ALL
Y
(5)
1 7181231100 AKSHAYA LAKSHMI
7 S
2 7181231101 HARSHITHA S
7
KAVISH KUMAR S
3 7181231102
7
4 7181230110 NANDHANA
37 YAZHIINI R
5 7181231104 RAKSHAN R B
7
6 7181230110 SREERAJ P P
57
SIGNATURE OF STAFF IN-CHARGE
Dr.N.Gopalakrishanan, A P(Sr.G)/Maths
INTRODUCTION:
% Initialize flux
flux=0;
%perform numerical
integration for
x=x_min:dx:x_max
for y=y_min:dy:y_max
for z=z_min:dz:z_max
flux=flux+dot(electric_field(x,y,z),[0,0,1])*dx*dy*dz;
end
end
end
disp(flux);
15. An electric field in a dielectric material is given by
E(x, y, z) = (3xy² + 2xz)i + (x2 + 3yz²) j + (2xy + yz²)k V/m. determine the magnitude of the electric field at the
Point (1,1,1)
MATLABCODETOSOLVETHEABOVEPROBLEM
% Point (1, 1, 1)
x = 1;
y = 1;
z = 1;
v =
sin(t) z
= bt
dxdt= - sin(t):
dvdt= cos(t);
hold on;
hold off
1. https://nptel.ac.in/courses/111107108/
2. https://nptel.ac.in/courses/111105123/
3. https://nptel.ac.in/courses/111107112/
4. https://matlab.mathworks.com/
TEXTBOOKS