answersLogoWhite

0

Is R C Gorman works surreal?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

I would consider RC Gorman to be an Impressionist. He is a Navajo Indian and is famous for his studies of Navajo women. ( I am a huge fan of his work). Surrealism is a style that deals more with unexpected object combinations and often has a disturbing under tone. Salvador Dali's Melting Watches is a good example of Surrealism.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

When was R. C. Gorman born?

R. C. Gorman was born on 1931-07-26.


When was John R. Gorman born?

John R. Gorman was born in 1925.


When did Walter Gardiner die?

Walter Gorman died on August 5, 1972.


What has the author Robert R Gorman written?

Robert R. Gorman has written: 'Prostaglandins and cardiovascular disease'


How do you spell sureal?

There are two R's in surreal (having an unreal quality).


How do you work out the radius?

C=2*pi*r Radius is the circumference of the circle divided by 2pi. Therefore, if the circumference was C then the following formula works out the radius: r=C/(2*pi)


What has the author R C Hickman written?

R. C. Hickman has written: 'Behold the People' -- subject(s): Photograph collections, Pictorial works, African Americans


What has the author R C M Colvin-Smith written?

R. C. M. Colvin-Smith has written: 'The life and works of Colvin Smith, R.S.A., 1796-1875'


What is p equals r-c for c?

p = r - c r - c = p r - c - r = p - r -(-c) = -(p) c = -p


What has the author R A C Macmillan written?

R. A. C. Macmillan has written: 'The crowning phase of the critical philosophy' -- subject(s): Aesthetics, Early works to 1800, Judgment (Logic), Teleology


Write a c program of matrix addition to handle two dimensional array?

#include<stdio.h> #include<conio.h> void main() { int a[3][3],b[3][3],c[3][3],r,c; for(r=0;r<=3;r++) { for(c=0;c<3;c++) { printf("\n enter the value="); scanf("%d%d",&a[r][c],&b[r][c]); } } printf("\n first matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) { printf("%d\t",a[r][c]); } printf("\n"); } printf("\n scond matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) {printf("%d\t",b[r][c]); } printf("\n"); } printf("\n sum of given matrix=\n"); for(r=0;r<=3;r++) { for(c=0;c<3;c++) { c[r][c]=a[r][c]+b[r][c]; printf("%d\t",c[r][c]); } printf("\n"); } getch(); }


How do you use an array to show the commutative property?

If the array consists of r rows and c column, and the total number of cells in the array are n = r*c, then r*c = n and c*r = n so that r*c = c*r : which is commutativity of multiplication.