blob: f75e21d8f7404f7d365e30ea6773abb4e72dcd7d (
plain)
1
2
3
4
5
|
//Example 18_3
clc();
clear;
//To show that the particles does not deflect from its straight line path
printf("The magnetic field exerts a force of q*v*B upwards on the particle.\nThe particle doesnot deflect because the two forces are equal\nHence v=(E/B)\nA particle with this speed will pass through the region of the crossfields and undeflected")
|