Create a single pdf file with question and output and share it in group. File name rollno-name 1.Create a matplotlib plot with two lines representing the functions y=sin(x) for 0≤x≤2π (use a solid line) and y=cos(x) for 0≤x≤2π (use a dashed line). Customize the plot by adding appropriate ticks, labels for the x and y axes, and a legend to distinguish between the two functions. Set the title “RollNo Name”. 2.Plot the function y=x^2 and y=sig(x) as two separate graphs with suitable legends, labels and a Title with your roll number and name. Lean about sigmoid function. Popular function used as activation function in machine learning https://en.wikipedia.org/wiki/Sigmoid_function 3.Write a Python program to plot the bar graph to depict the popularity of various programming languages. Label the graph with x-axis, y-axis, x-ticks,y-ticks, legend and title your roll number and name. Data : Programming languages: Python, C++, ...