task for coders
Code the figure attached above using LateX only
Explain your steps too
Attachments:
Answers
Answered by
22
Answer:
So for coding the figure we use picture Environment
Code:-
construction :-
- First add the basic code of picture Environment.
- Set the unit length as 1cm and the page size as (0,0)
______
\setlength {\unitlength}{1cm}\begin{picture}(0,0)\end{picture}
______
- Now we will do further constructions using multiput command
_______
\multiput(x_1,y_1)(x_2,y_2){number of objects}{object}
_______
Now put values
- We have to construct 3 horizontal lines .
- Hence number of objects is 3
___________
____________
- Now use the same way to construct 3 vertical lines
- Make the line thick by using \thicklines or \linethickness {}
______________
We have done now
Note:-
view the answer at desktop site for complete well shown diagram
Similar questions