Questions tagged [area]

Area is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane.

Area is a quantity that expresses the extent of a two-dimensional surface or shape, or planar lamina, in the plane. Area can be understood as the amount of material with a given thickness that would be necessary to fashion a model of the shape, or the amount of paint necessary to cover the surface with a single coat.

1332 questions
-2
votes
3 answers

How do you take values from dictionaries in python for calculations?

I have to answer the following question: 8. We have a dictionary containing several rectangular islands: islands = { "Banana island" : (3,5,7,6), "Mango island" : (10,3,19,4), "Pineapple island" : (8,8,9,20), "Coconut island" …
K-Q
  • 133
  • 8
-2
votes
1 answer

calculating the area under a LineChart (integral) in javafx

i am searching for any API that can be used for calculating the amount of area under a LineChart in JAVAFX. Do you know any?
omidXxX
  • 147
  • 1
  • 1
  • 9
-2
votes
4 answers

What's wrong with my code ? Why it is not calculating the area of circle correctly?

What's wrong with my code ? Why it is not calculating the area of cirlce correctly in case of circle as a shape? Every time it is calculating the area of circle equals to 0.Rest of the code is working fine. package constructor; import…
-2
votes
1 answer

Fill area between two horizontal lines matlab

I want to fill the area between d1 and d3, it makes it all, but the plot lines dissapiar after area command. fGhz=[1;2;3;4;5;6;7;8;9;10]; d1 = ones(10,1)*(600e-6); d2 = ones(10,1)*(2000e-6); d3 = ones(10,1)*(300e-6); plot(fGhz,…
Bobotic
  • 43
  • 1
  • 9
-2
votes
1 answer

Calculate the area between a curve under a line and below this line

Hello, Can anyone help me,how to calculate the area between a curve(I have the data, not the equation) and a line(linear regression for this curve).I need to do the summation of the area below and under this line. I tried but it is only for the…
bak
  • 45
  • 1
  • 9
-2
votes
1 answer

Google maps - draw area for searching

I need to search an object in the area, which is drawn by user. There are api for drawing rectangles, circles, polygons, etc. But how to implement free drawing area on map? It must work on mobile. Thanks!
ki44321
  • 65
  • 2
  • 5
-2
votes
1 answer

Trouble with an area program in c

So i have been working on a program that will find the area of a shape and i have been getting multiple errors on my compiler saying that i am comparing a pointer and an integer, however i am not... at least i don't think that i am. The program…
Chris
  • 15
  • 3
-2
votes
1 answer

Only certain areas of image are clickable - HTML/CSS

So I have a simple element with a png image in it, however on my page, only some areas of the image are click-able. I have no idea what the problem is. #thumbnail { position: relative; float: left; height: 350px; padding-left: 25px; …
MilkToast
  • 201
  • 1
  • 3
  • 11
-2
votes
1 answer

Anyone Know How to Calculate the Area/Perimeter/Height of a Triangle?

I'm a newbie to Python and I came across this question somewhere: "Produce a programme that can calculate the perimeter of the triangle, the area of the triangle and the height of the triangle from the length of the three sides of a triangle. If the…
Anon248
  • 3
  • 3
-2
votes
1 answer

Shaded area in R only with point in axis Y

For example I have just the data for Y: 55.64 79.21 47.8 28.52 43.99 83.02 87.04 85.44 But I'd like to plot a shaded area with that data, is that possible?
-2
votes
1 answer

Get Specific Area From Image

I would like to ask a question about get specific area from image. For example, there is a non-geometric object on carpet. And i would like to select this area because in the next steps i will take a instance from non-geometric object and…
BlackCode
  • 103
  • 11
-2
votes
1 answer

Finding the area of a triangle and the type

I know there have been Java questions about triangles on here already, but I've tried looking and can't find a solution to my problem. I'm working on a homework assignment where I need to provide the lengths of the sides of the triangle (which the…
-2
votes
2 answers

My JavaScript code won't run?

This code about area of a circle calculation can't run, I don't know what is wrong?