The resistance of a wire of length 100cm diameter 0.3mm is found to be 3.0 ohms Calculate (1) the resistivity (2) the conductivity of the material of a wire
- Create a class Book and initialize it with title, author, and price.
- Create a magic method __eq__, the __eq__ method will check the equality between two objects
- Create a magic method __ge__, the __ge__ method will check >= relationship with another object. (Only comparing the price attribute)
- Create a magic method __lt__, the __lt__ method will check < relationship with another object. (Only comparing the price attribute)
- In all above three magic methods we are comparing two different objects of same class, we need to check / verify here if those objects are from the same class. In all above three magic methods use built-in method isinstance to verify / check if the other object is of same class.
Suggest in four ways persistence can in achieving a goal
You are newly appointed puplic relation practitioner at an organisation.Distinguish the various formal and informal communication styles you would use to introduce yourself to your collegues and orientate yourself in the organisation?
Substantiate your answer by providing relevent examples
Find the equation of the plane through the origin and parallel to the plane 10x+3y+7z=6
Blank 1. Calculate the answer by read surrounding text.
x+ Blank 2. Calculate the answer by read surrounding text.
y+ Blank 3. Calculate the answer by read surrounding text.
z= Blank 4. Calculate the answer by read surrounding text.
Find the parametric equations of the line that is going through the point (6,9,5) and is parallel to the plane 8x+6y+8z=9 and is perpendicular to the line
⟨x,y,z⟩=⟨7,9,4⟩+⟨5,4,6⟩t
x= Blank 1. Calculate the answer by read surrounding text.
+( Blank 2. Calculate the answer by read surrounding text.
)t, y= Blank 3. Calculate the answer by read surrounding text.
+( Blank 4. Calculate the answer by read surrounding text.
)t, z= Blank 5. Calculate the answer by read surrounding text.
+(2) t
The equation of the plane through the points (0,1,8),(1,1,11) and (1,6,0) is:
z= Blank 1. Calculate the answer by read surrounding text.
+ Blank 2. Calculate the answer by read surrounding text.
x+ Blank 3. Calculate the answer by read surrounding text.
y.
Determineif the 2 lines are parallel, skew or intersecting:
⟨x,y,z⟩=⟨4,2,3⟩+⟨3,3,2⟩t and
⟨x,y,z⟩=⟨-4,10,3 ⟩+⟨ 20,4,2⟩s
*If parallel (type the number 1).
*If intersecting (type the number 2).
*If skew (type the number 3).
For this solution, you are required to make use of a switch statement. Write a program that reads in a month of the year as a number (eg 1 for January, 4 for April) and then displays the number of days in that month. Once you have planned the basic solution, take note that leap years has an impact. However, the only impact it has is when a user has specified the value for February – you should then ask the user for the year of interest. You do not need to write specialised functionality to determine whether a year was a leap year, as C# has a build-in method which can be used. In short summary: The DateTime.IsLeapYear() method in C# can be used to check whether the specified year is a leap year.
Determine the point of intersecting of the 2 lines
⟨x,y,z⟩=⟨4,2,4⟩+⟨2,2,1⟩t and
⟨x,y,z⟩=⟨-5,2,-8 ⟩+⟨ 20,8,20⟩s
( Blank 1. Calculate the answer by read surrounding text.
, Blank 2. Calculate the answer by read surrounding text.
, Blank 3. Calculate the answer by read surrounding text.
)