CBSE BOARD XII, asked by Anonymous, 2 months ago

1.How to code diagram in latex on brainly...
2. What is Photosynthesis...​

Answers

Answered by Anonymous
24

Answer:

❤Question 1

❤Answer.If you need to include simple diagrams or figures in your document, the picture environment may be helpful. This article describes circles, lines, and other graphic elements created with LATEX.

❤Contents

  • 1 Introduction

  • 2 Combining lines, circles and text

  • 3 Bézier curves

  • 4 Further reading

  • Introduction

  • Images can be "programmed" directly in your LATEX file

  • \setlength{\unitlength}{1cm} \thicklines \begin{picture}(10,6) \put(2,2.2){\line(1,0){6}} \put(2,2.2){\circle{2}} \put(6,2.2){\oval(4,2)[r]} \end{picture}

Explanation:

☘Question 2.

Answer. The Process Of Plants Making Food Is Called Photosynthesis. ☘

Answered by MrNobody78
10

\huge\mathcal{\underline{\color{aqua}Answer\: 1 ➡}}

1. \setlength{\unitlength}{1cm}\begin{picture}(20,15)\end{picture}

⨳ It denotes the maximum values that the x & the y coordinate has.

⨳ This too is not mandatory to use only 20,15 always. But this value can be used for a wide range of diagrams and it works properly.

⨳ Always remember that in a bracket we add two numbers (Number 1 , Number 2).

⨳ Here Number 1 will be the x coordinate and Number 2 will be the y coordinate no matter what is the diagram you make .

\put(,){} command :-

Here we shall learn about the \put command which is widely used in various places on making a diagram

2. \put(point on x-axis , point on y-axis){Your text or Command}

Here ,

⨳ Point on x-axis means it the number of units from point 0 on x-axis & the point on y-axis is the number units from point 0 on y-axis .

Example :-

See the picture given below , here the point (,) is at 4 on x - axis & at point 4 on y - axis & your text is point (,) , totally your command will be \put(4,4){Your text/Command}

Marking a Point :-

Say you wanna mark some point like A on a figure you've draw,to do so we may follow these steps,

⪼ First write \put(,){} Here your text A will go into {} that bracket and the place at which the marking is gonna be placed at.

⪼ So its can be (1,1) or (2,1)(0,0). For different values it gets placed at different places on the plane.

⪼ Whenever we draw something it's like drawing on a graph paper so when you use (1,1) it means if you were drawing on a graph then the point A will be located on the place where you'll mark (1,1) in a graph paper.

⪼ So here it will be like \put(1,1){A}

⪼ You may also add fonts and they would be started like \put(1,1){\sf A}

Drawing a line :-

The command is,

3. \put(point on x-axis,point on y-axis){\line(Direction of the line){length of line}}

Example :-

See the picture given below

⨳ Here the point on x-axis is 3 & the line is starting from co - ordinates (0,0) so here we used \put(0,0) and here in text we used the command \line(1,0){length} so it draws a line with direction (1,0) with some length .

put(0,0){\vector(Direction of the arrow){Length of the arrow}}

\setlength{\unitlength}{1cm}\begin{picture}(20,15)\qbezier(0,0)(0,0)(4,0)\qbezier(0,0)(0,0)(2,3)\qbezier(4,0)(4,0)(2,3)\end{picture}

\huge\mathcal{\underline{\color{aqua}Answer\: 2 ➡}}

Photosynthesis, the process by which green plants and certain other organisms transform light energy into chemical energy. During photosynthesis in green plants, light energy is captured and used to convert water, carbon dioxide, and minerals into oxygen and energy-rich organic compound

Similar questions