Contact graphs having, for each β„– of spheres n, the maximum β„– of edges. Essentially the same problem, in three-dimensional space, posed by Paul ErdΕ‘s, of the maximum multiplicity of the minimum distance between n points in a space - one of those problems that's got solutions for only the smallest n.
πŸ‘︎ 37
πŸ’¬︎
πŸ“…︎ Jan 05 2022
🚨︎ report
i created a bar graph to highlight the problems within this community
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/LapisLucina
πŸ“…︎ Nov 01 2021
🚨︎ report
Battery life reduced by 1/3! Can someone explain why the graph is so steep? Why i am getting 2-3 hrs instead of 7.5 hrs for last 2 days??? Is it windows problem? reddit.com/gallery/qxyo0d
πŸ‘︎ 52
πŸ’¬︎
πŸ‘€︎ u/TONY_________
πŸ“…︎ Nov 20 2021
🚨︎ report
Graph plotting as an optimisation problem github.com/vdivakar/curve…
πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/_dv96_
πŸ“…︎ Jan 05 2022
🚨︎ report
Graph Theory Problem

I have a graph theory problem that's quite tricky to solve. Suppose you have an undirected graph with N nodes and some edges between these nodes. Now, an 'action' consists of picking a random node and deleting all its edges, and connecting it with all the nodes that it previously had no connections with. The question is to devise an algorithm that, given the number of nodes N and the initial state of the graph, can decide if it is possible, after an arbitrary number of steps, for the graph to end up being complete.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Spicy-Gmail
πŸ“…︎ Jan 05 2022
🚨︎ report
Ok, I tried to explain my wife why is crypto now a thing, BTC being the grandfather with little purpose, ETH the upcoming #1 and LRC solving ETH problem - hence why I converted my 2017 ETH to LRC. I used all time price graphs and market caps as supporting visuals. She said she would buy LRC.😎 reddit.com/gallery/r5bjt7
πŸ‘︎ 43
πŸ’¬︎
πŸ“…︎ Nov 30 2021
🚨︎ report
L’hopital’s rule. I can’t seem to get anywhere without this problem getting messy. My answer also doesn’t match the graph.
πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/Rude_Meeting7973
πŸ“…︎ Dec 12 2021
🚨︎ report
Contact graphs having, for each β„– of spheres n, the maximum β„– of edges. Essentially the same problem, in three-dimensional space, posed by Paul ErdΕ‘s, of the maximum multiplicity of the minimum distance between n points in a space - one of those problems that's got solutions for only the smallest n.
πŸ‘︎ 23
πŸ’¬︎
πŸ“…︎ Jan 05 2022
🚨︎ report
Jake's perfect sandwich problem

So I just noticed this. When Jake is making the perfect sandwich he washes a carrot. Lovingly. But the sandwich has no carrot in it! What did he do with it?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Liero1234
πŸ“…︎ Jan 09 2022
🚨︎ report
I have to make a graph with averages(doubles). The problem is a double in chart.js works with a comma instead of a point and thus 4,5 the chart reads as a 4 and a 5. What is the most logical way to solve this?
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Dec 10 2021
🚨︎ report
I wrote all the steps out and cant see my mistake. The problem statement is find the area of the region bounded by the graphs of the given equations. (Properties of definite integrals)
πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/Knight_ZStar
πŸ“…︎ Nov 16 2021
🚨︎ report
Stats graph issue ?!?! Anyone else here with similar problem?
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/Schraeglage
πŸ“…︎ Nov 15 2021
🚨︎ report
Can having a Starbucks breakfast sandwich almost daily cause health problems?

I sometimes have the feta wrap sometimes the sausage Sandwich sometiems the bagel. I previously won Starbucks or a few months reward so I’ve been doing that for a few months. I’ll stop but my diet is usually homemade food other than that. Should I be worried about potential health issues

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Angelicful
πŸ“…︎ Jan 13 2022
🚨︎ report
The graph doesn't match the current time. What's the problem? "Segment week" Data. The option is GMT+9 in Korea
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/therealmin_
πŸ“…︎ Nov 24 2021
🚨︎ report
Nuxt Content + Netlify CMS and Twitter Card Open Graph Images problem

So I have created a blog using Nuxt js + Netlify CMS, but the one thing I can't seem to get going is the images to be shown when shared on Twitter, Open Graph will take the Title, description and url but not the image. Anyone with better knowledge who could tell me what is wrong? I suspect the problem is the image will return /img/image.jpg (as it is dynamic) and Twitter needs Https://website.com/img/image.jpg ? Thank you

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/MatusKC
πŸ“…︎ Nov 26 2021
🚨︎ report
Charging problem: I put my phone to charging when I sleeping, and when I wake up I saw my battery is %76 and battery graph is like this. There's no usage stats when charging, what is this and how to solve it? v.redd.it/p1ybtgm5v6r71
πŸ‘︎ 58
πŸ’¬︎
πŸ‘€︎ u/CaganAgabey
πŸ“…︎ Oct 03 2021
🚨︎ report
Problem with shader graphs messing up sprites in build

Using unity version 2020.3.25f

Trying to use a shader graph to give certain parts of my sprites a glow effect. Everything looks fine in scene and game view, but once built the pixels start getting distorted.

Using the default universal render pipeline and 2d renderer.

Game/Scene view, default material on the left and shader material on the right

What the build comes out with, default material on the left and shader material on the right

The shader graph

other than putting in the scriptable render pipeline, everything in the project settings are on their defaults (I think)

any help would be appreciated, I had trouble trying to articulate and find help on this specific issue I am having

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Skim8605
πŸ“…︎ Dec 30 2021
🚨︎ report
Problems with Graph Pad Prism 9 Being super Slow

Just recently my Prism Became super super Slow! I just have to Click somewhere and it starts loading for 3 Minutes

I think it started when I installed the new update. My data sets take up to 400 MB per file - normally they were just about 2 MB.

I don’t use fancy stuff: i have 8 rows with approx 200 values in each row. I just have a data table and the belonging Graph

Did i Accidentally change a Setup? Its horrible!! Please help!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Simsal666
πŸ“…︎ Dec 02 2021
🚨︎ report
WIP #2: 27/179 Rows C2C Mickey Mouse Graph Blanket! I've blacked out the rows I've completed so far on the Mickey image to help me keep track of where I am. I have also used sandwich bags to keep my yarn balls from tangling! Very helpful. :) Will post another update at 50 rows! reddit.com/gallery/kst9ff
πŸ‘︎ 40
πŸ’¬︎
πŸ“…︎ Jan 08 2021
🚨︎ report
Based on the discussion in the graph cutting board thread, you will all enjoy this | Bob King - Sandwiches youtube.com/watch?v=iM0Pp…
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Broken-Butterfly
πŸ“…︎ Dec 03 2021
🚨︎ report
"E(3)-Equivariant Graph Neural Networks for Data-Efficient and Accurate Interatomic Potentials", Batzner et al 2021 (equivariance changes scaling exponent in chemistry modeling problem) arxiv.org/abs/2101.03164
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/gwern
πŸ“…︎ Dec 18 2021
🚨︎ report
Anybody have this problem with their graph? Seems like every where I go I have these diagonal lines that run top to bottom in all depths.
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/hog_1776
πŸ“…︎ Oct 09 2021
🚨︎ report
How would I go about solving these problems using only a graph?

My professor assigned us two questions using strictly graphs as our final homework grade, however we never did these kinds of problems with only graphs in class before so I’m completely lost.

1.) Candium, a heavy metal, is toxic to animals. Mushrooms, however are able to absorb and accumulate cadmium at high concentrations. A government set a safety limit for cadmium in dry vegetables at 0.5 parts per million (ppm). The cadmium levels in a random sample of one species of edible mushrooms are in the accompanying data set. At the 10% significance level, do the data provide sufficient evidence to conclude that the mean cadmium level in the species of mushroom is differed is a governments recommended limit of 0.5 ppm? Assume that the population standard deviation of cadmium levels in the species of mushroom is 0.41 ppm, sample mean is 0.61 ppm and sample size is 12.

2.) suppose a study reported that the average person watched 4.86 hours of television a day. A random sample of 15 people gave the number of hours of television watched per day shown. At the 5% significance level, and the amount of television watched per day last year by the average person less than the value reported in the study? Assume that the sample standard deviation is 1.533 hours and sample mean is 3.787 hours. Find as follows:

a.) The Hypothesis Test (HT) b.) Test Statistics (TS) c.) Critical Value (CV) d.) The graph e.) Conclusion

So yeah any help would be greatly appreciated. Sorry if there is any grammar mistakes this professor does not write English very well.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/leoisthejoker
πŸ“…︎ Dec 09 2021
🚨︎ report
Although I know this isn't supposed to be a clinical diagnostic tool, it says I have a heart problem right now. The graphs seems ok thou..
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/blek_blek
πŸ“…︎ Sep 23 2021
🚨︎ report
Problem to transform data into a graph

Hi there excel wizards,

I Am quite ashamed of making a post of this issue but it has been bothering me for a long time.

As you can see on the screenshot there is a table of information on the left with countries and Debt to GDP ratio.

I want to make a bar chart with the name of the areas on the horizontal x axis and the values on the vertical y axis.

But my efforts result in an empty graph, just as in the screenshot.

Dear excel masters how shall i fix this petty mistake ?

https://preview.redd.it/u8mxyu94pzx71.png?width=1496&format=png&auto=webp&s=95fc78e164f75333d0fd07e619ca1ada1f2619b5

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Polakmanpl
πŸ“…︎ Nov 06 2021
🚨︎ report
Anyone else had a problem with the ring not closing but showing calories in the graph?
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/weeklykillah
πŸ“…︎ Nov 01 2021
🚨︎ report
How to graph problems like 4x-5y=10

So I’d like to figure out how to graph problems like x-y=3 or x-4=0 but I just haven’t been able to do it properly yet. Is it even possible? I have a Ti84 plus ce if that helps.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/finersociety1700s
πŸ“…︎ Oct 11 2021
🚨︎ report
Is there a problem with my battery? Need help analyzing the graph as tbh I have little to zero knowledge about it. Battery health is at 95%. Thanks! reddit.com/gallery/q6v3ce
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/freucyanide
πŸ“…︎ Oct 12 2021
🚨︎ report
No bread no problem! Chicken sandwich taco! Pickles, provolone, dijon wrapped in smoked chicken slices.
πŸ‘︎ 27
πŸ’¬︎
πŸ“…︎ Nov 25 2021
🚨︎ report
We are not a monolith: the problem with disability representation in sff (help i did a graph)

Content Warning: This is going to be discussing ideas around disability representation in sff. Some of the tools used are dated, and thus may use ableist terminology.

[Also obligatory link so nothing too weird comes up in the background]( https://imgur.com/a/6kJQSAP )

So to preface. I’m not here to discuss whether sff should have disability representation. I’m taking it as a given that yes, it should, and it should try to be representative of real world populations. If that’s a conversation you want to have, please go do it somewhere else. Anyone who comments something to the effect of β€˜disabled people shouldn’t exist in sff because it’s meant to be eScApIsT’ will be blocked and reported because rule 1 is β€˜be kind’ and saying an entire group of people don’t deserve escapism too is not being kind.

It's come up several times over the past couple of months that disability representation in fantasy isn't really…. representative of the kinds of disabilities real people have. This isn't, as far as I've seen, anything that anyone's sat down to count, rather a general trend that the community has noticed. So, I decided to see if I could figure out if this is purely a myth or something actually based in reality.

Methodology wise, there are lots of holes in this, so you have been warned. This was the method that I had available to me as an individual who didn't want to have to trawl through ASOIAF to spot every single disabled character. If you don't like it, you can do it. This is not a particularly rigorous or academic study. I just wanted to see if there were any broadly evident trends in sff.

So. What I did.

I took a bunch of rec threads from r/fantasy mentioning disability (available in the master document), and plugged them all into a google sheets thingey. I sorted them based on the type of disability mentioned using an adjusted version of the, somewhat old fashioned but still functional, IDEA system of categorisation (please note I am not american, just using this categorisation because it breaks things down more finely than other tools). Recommendations where the specific disability was not mentioned were not included in the master doc. Rec

... keep reading on reddit ➑

πŸ‘︎ 327
πŸ’¬︎
πŸ‘€︎ u/Cryptic_Spren
πŸ“…︎ Apr 26 2021
🚨︎ report
Sandwich duty was no problem for the Bullnose.
πŸ‘︎ 36
πŸ’¬︎
πŸ‘€︎ u/kamikazepizza1945
πŸ“…︎ Nov 27 2021
🚨︎ report
Coinbase graph very behind? Anyone else have the same problem?

I feel like Tradingview and Binance are always better graphs to go off of.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Livewithblue
πŸ“…︎ Nov 04 2021
🚨︎ report
Ronald my man, just enjoying his sandwich like he's got no problems in the world or responsibilities, like kids to take care of. He's just enjoying the hell out of that sandwich.
πŸ‘︎ 533
πŸ’¬︎
πŸ‘€︎ u/libraryofwaffles
πŸ“…︎ Jun 28 2021
🚨︎ report
[High School Math] How do I figure out this problem if they provide me just graph and table; I tried turning it into y=mx+b, but obviously that did not work; I do not know how to turn this into an equation; any idea?
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Benthekarateboy
πŸ“…︎ Sep 22 2021
🚨︎ report
The Aurum Maltzur MK2. One of my best cars redesigned into a meaner, more agile, faster beast all the while not losing its predecessor's charm. (I still have problems wth the rear). It features a more powerful NA V10 engine producing 1775.6hp. Power graph towards the end. Comments are welcome. reddit.com/gallery/pzzdeq
πŸ‘︎ 14
πŸ’¬︎
πŸ“…︎ Oct 02 2021
🚨︎ report
Post features wildly misleading graph, 2.6k+ people misled. More problems the more you look at it.
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/hakewl73
πŸ“…︎ Oct 21 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.