answersLogoWhite

0

For marking a perimeter or edge of a piece of wood so you have a guideline to cut along.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science

What is the maximum number of hops that OSPF allows before marking a network as unreachable?

255


You are hooking up a 220v air conditioner you were told to use 10-2 wire how do you hook this up?

10-2 wire refers to 10 gauge, 2 conductor wire. Youshould use wire that is 10 gauge or larger (8 gauge, 6 gauge, 4 gauge, 2 gauge). The larger the wire, the more it will cost. most people install using the smallest size permitted, which in this case is 10 gauge. The are specifying the wire size to ensure that you do not connect the air conditioner to electric power using wire that is two small. If you are having problems with this type of question, you should consult an licensed electrician for help in connecting your air conditioner.


What is the relationship between a logarithmic function and its corresponding graph in terms of the log n graph?

The relationship between a logarithmic function and its graph is that the graph of a logarithmic function is the inverse of an exponential function. This means that the logarithmic function "undoes" the exponential function, and the graph of the logarithmic function reflects this inverse relationship.


How to find the roots of a function in MATLAB?

To find the roots of a function in MATLAB, you can use the "roots" function for polynomials or the "fzero" function for general functions. The "roots" function calculates the roots of a polynomial, while the "fzero" function finds the root of a general function by iteratively narrowing down the root within a specified interval.


How can I use the scipy differentiation function to calculate the derivative of a mathematical function?

To calculate the derivative of a mathematical function using the scipy differentiation function, you can use the scipy.misc.derivative function. This function takes the mathematical function, the point at which you want to calculate the derivative, and the order of the derivative as input parameters. It then returns the numerical value of the derivative at that point.